Html Css Color HEX #013E76 Dark Cerulean

📋 copy color: '#013E76'

red 1 ◦ green 62 ◦ blue 118

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

Shades of Dark Cerulean #013E76

Tints of Dark Cerulean #013E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 65.19%

R = 0.55%
G = 34.25%
B = 65.19%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#013E76 (or 0x013E76) is known color: Dark Cerulean. HEX triplet: 01, 3E and 76. RGB value is (1,62,118). Sum of RGB (Red+Green+Blue) = 1+62+118=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 118 (46.48% from 255 or 65.19% from 181); Max value from RGB is 118 - color contains mainly: blue. Hex color #013E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E76 is #FEC189. Grayscale: #313131. Windows color (decimal): -16695690 or 7749121. OLE color: 7749121.

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

Color convert

RGB 1 62 118 -
CMYK 0.99 0.47 0 0.54
HSL 208.72º 0.98% 0.23% -
HSV(B) 208.72º 0.99% 0.46% -
XYZ 5.01 4.76 17.79 -
YUV 50.15 166.29 92.95 -
System Red Green Blue C M Y K H S L
Decimal 1 62 118 0.99 0.47 0 0.54 208.72 0.98 0.23
Hex 1 3E 76 63 2F 0 36 D1 62 17
Octal 1 76 166 143 57 0 66 321 142 27
Binary 1 111110 1110110 1100011 101111 0 110110 11010001 1100010 10111

Color Harmonies of #013E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E76

Black with #013E76

Text Example


Text Example

White with #013E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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