Html Css Color HEX #013976 Dark Cerulean

📋 copy color: '#013976'

red 1 ◦ green 57 ◦ blue 118

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

Shades of Dark Cerulean #013976

Tints of Dark Cerulean #013976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.39%

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

R = 0.57%
G = 32.39%
B = 67.05%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#013976 (or 0x013976) is known color: Dark Cerulean. HEX triplet: 01, 39 and 76. RGB value is (1,57,118). Sum of RGB (Red+Green+Blue) = 1+57+118=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 118 (46.48% from 255 or 67.05% from 176); Max value from RGB is 118 - color contains mainly: blue. Hex color #013976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013976 is #FEC689. Grayscale: #2E2E2E. Windows color (decimal): -16696970 or 7747841. OLE color: 7747841.

HSL color Cylindrical-coordinate representation of color #013976: hue angle of 211.28º 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 #013976 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 57 118 -
CMYK 0.99 0.52 0 0.54
HSL 211.28º 0.98% 0.23% -
HSV(B) 211.28º 0.99% 0.46% -
XYZ 4.75 4.24 17.71 -
YUV 47.21 167.95 95.04 -
System Red Green Blue C M Y K H S L
Decimal 1 57 118 0.99 0.52 0 0.54 211.28 0.98 0.23
Hex 1 39 76 63 34 0 36 D3 62 17
Octal 1 71 166 143 64 0 66 323 142 27
Binary 1 111001 1110110 1100011 110100 0 110110 11010011 1100010 10111

Color Harmonies of #013976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013976

Black with #013976

Text Example


Text Example

White with #013976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013976; }

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

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

background-color css

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

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

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

border-color css

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

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

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