Html Css Color HEX #003976 Dark Cerulean

📋 copy color: '#003976'

red 0 ◦ green 57 ◦ blue 118

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

Shades of Dark Cerulean #003976

Tints of Dark Cerulean #003976

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 32.57%
B = 67.43%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#003976 (or 0x003976) is known color: Dark Cerulean. HEX triplet: 00, 39 and 76. RGB value is (0,57,118). Sum of RGB (Red+Green+Blue) = 0+57+118=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 118 (46.48% from 255 or 67.43% from 175); Max value from RGB is 118 - color contains mainly: blue. Hex color #003976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003976 is #FFC689. Grayscale: #2E2E2E. Windows color (decimal): -16762506 or 7747840. OLE color: 7747840.

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

Color convert

RGB 0 57 118 -
CMYK 1 0.52 0 0.54
HSL 211.02º 1% 0.23% -
HSV(B) 211.02º 1% 0.46% -
XYZ 4.73 4.23 17.71 -
YUV 46.91 168.12 94.54 -
System Red Green Blue C M Y K H S L
Decimal 0 57 118 1 0.52 0 0.54 211.02 1 0.23
Hex 0 39 76 64 34 0 36 D3 64 17
Octal 0 71 166 144 64 0 66 323 144 27
Binary 0 111001 1110110 1100100 110100 0 110110 11010011 1100100 10111

Color Harmonies of #003976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003976

Black with #003976

Text Example


Text Example

White with #003976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003976; }

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

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

background-color css

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

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

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

border-color css

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

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

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