Html Css Color HEX #013E88 Dark Cerulean

📋 copy color: '#013E88'

red 1 ◦ green 62 ◦ blue 136

#013E88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #013E88

Tints of Dark Cerulean #013E88

RGB

 RED value IS 1 (0.78% from 255) = 0.5%

 GREEN value IS 62 (24.61% from 255) = 31.16%

 BLUE value IS 136 (53.52% from 255) = 68.34%

R = 0.5%
G = 31.16%
B = 68.34%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#013E88 (or 0x013E88) is known color: Dark Cerulean. HEX triplet: 01, 3E and 88. RGB value is (1,62,136). Sum of RGB (Red+Green+Blue) = 1+62+136=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 136 (53.52% from 255 or 68.34% from 199); Max value from RGB is 136 - color contains mainly: blue. Hex color #013E88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013E88 is #FEC177. Grayscale: #333333. Windows color (decimal): -16695672 or 8928769. OLE color: 8928769.

HSL color Cylindrical-coordinate representation of color #013E88: hue angle of 212.89º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013E88 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 62 136 -
CMYK 0.99 0.54 0 0.47
HSL 212.89º 0.99% 0.27% -
HSV(B) 212.89º 0.99% 0.53% -
XYZ 6.18 5.23 23.98 -
YUV 52.2 175.29 91.48 -
System Red Green Blue C M Y K H S L
Decimal 1 62 136 0.99 0.54 0 0.47 212.89 0.99 0.27
Hex 1 3E 88 63 36 0 2F D5 63 1B
Octal 1 76 210 143 66 0 57 325 143 33
Binary 1 111110 10001000 1100011 110110 0 101111 11010101 1100011 11011

Color Harmonies of #013E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E88

Black with #013E88

Text Example


Text Example

White with #013E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013E88; }

 p { color: rgb(1,62,136); }

 H1.HeaderClassName
 {
   color: #013E88;
 }
 .AnyTagClassName
 {
   color: #013E88;
 }
</style>

background-color css

<style>
 a { background-color: #013E88; }

 a { background-color: rgb(1,62,136); }

 div.DivClassName
 {
   background-color: #013E88;
 }
 .BgClassName
 {
   background-color: #013E88;
 }
</style>

border-color css

<style>
 span { border-color: #013E88; }

 span { border-color: rgb(1,62,136); }

 td.TdClassName
 {
   border-color: #013E88;
 }
 .TagClassName
 {
   border-color: #013E88;
 }
</style>