COLOR #012988

HEX: #012988
RGB: (1,41,136)

Renk bilgisi

#012988 contains mainly blue color. #012988 ‘ nin web güvenlik rengi #003399 (ya da #039) dir.

RGB renk modeli

#012988 color RGB value is (1,41,136).

  • kırmız ton 1;
  • yeşil ton 41;
  • mavi ton 136.
RGB:
(1,41,136)
(0%,16%,53%)

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 41 of 255 = 16%
B 136 of 255 = 53%

1
41
136

R + G + B ~ 23%. #012988 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 41 + 136 = 178 (100%)
R 1 of 178 ~ 0.56%
G 41 of 178 ~ 23.03%
B 136 of 178 ~ 76.4%

%23.03
%76.4

CMYK RENK MODELİ

#012988 rengi CMYK tonu (99,70,0,47).

  • camgöbeği tonu 99.26%
  • eflatun tonu 69.85%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(99,70,0,47)
C99M70Y0K47 
(99%,70%,0%,47%)
(0.99/0.70/0.00/0.47)	

CMYK yüzdeleri

%99.26
%69.85
%0
%46.67

Codes

Color #012988 in popluar color models

012988
RGB141136
HSL222°98.54%26.86%
HSB/HSV222°99.26%53.33%
CMYK99.26%69.85%0.00%
46.67%

Color #012988 in popluar number systems.

HEX012988
Decimal141136
Binary110100110001000
Octal151210

Shades and tints

Shades of #012988

#012988
(1,41,136)
#01267C
(1,38,124)
#012370
(1,35,112)
#012064
(1,32,100)
#011D58
(1,29,88)
#011A4C
(1,26,76)
#011740
(1,23,64)
#011434
(1,20,52)
#011128
(1,17,40)
#010E1C
(1,14,28)
#010B10
(1,11,16)
#000000
(0,0,0)

Tints of #012988

#012988
(1,41,136)
#183C92
(24,60,146)
#2F4F9C
(47,79,156)
#4662A6
(70,98,166)
#5D75B0
(93,117,176)
#7488BA
(116,136,186)
#8B9BC4
(139,155,196)
#A2AECE
(162,174,206)
#B9C1D8
(185,193,216)
#D0D4E2
(208,212,226)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012988 color. Also use rgb(1,41,136) instead hex code.

Text Font Color

.myTextColor { color: #012988; }

<p style="color:#012988">This sample text font color is #012988.</p>

This text font color is #012988.


Background Color

.myBgColor { background-color: #012988; }

<div style="background-color:#012988">Inner text</div>

This div background color is #012988.


Border color

.myBorderColor { border: 1px solid #012988; }

<div style="border:3px solid #012988">Div</div>

This div border color is #012988.


Opacity

.myOpacity80 { color: #012988; opacity: 0.8; }

<p style="color:#012988;opacity:0.8;">80%</p>

Text with #012988 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #012988;}

<p style="text-shadow: 3px 3px 1px #012988">Text here.</p>

This text has shadow with #012988 color.

.textShadow {text-shadow: 3px 3px 1px #012988, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #012988, 5px 5px 20px red">Text here.</p>

This text has shadow with #012988 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#012988, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#012988, Direction=45, Strength=4)">Text</p>

This text has shadow with #012988 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #012988;
  -webkit-box-shadow:	1px 1px 3px 2px #012988;
  box-shadow:		1px 1px 3px 2px #012988;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #012988;
-webkit-box-shadow: 1px 1px 3px 2px #012988;
box-shadow:1px 1px 3px 2px #012988;">
Div content here</div>
This div box has shadow with color #012988.

Preview

Color preview on black background

This text has color #012988 on black background.


Color preview on white background

This text has color #012988 on white background.



Black color preview on #012988 background

This text has black color on #012988 background.


White color preview on #012988 background

This text has white color on #012988 background.