Html Css Color HEX #003C76 Dark Cerulean

📋 copy color: '#003C76'

red 0 ◦ green 60 ◦ blue 118

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

Shades of Dark Cerulean #003C76

Tints of Dark Cerulean #003C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.71%

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

R = 0%
G = 33.71%
B = 66.29%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#003C76 (or 0x003C76) is known color: Dark Cerulean. HEX triplet: 00, 3C and 76. RGB value is (0,60,118). Sum of RGB (Red+Green+Blue) = 0+60+118=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 118 (46.48% from 255 or 66.29% from 178); Max value from RGB is 118 - color contains mainly: blue. Hex color #003C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C76 is #FFC389. Grayscale: #303030. Windows color (decimal): -16761738 or 7748608. OLE color: 7748608.

HSL color Cylindrical-coordinate representation of color #003C76: hue angle of 209.49º 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 #003C76 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 60 118 -
CMYK 1 0.49 0 0.54
HSL 209.49º 1% 0.23% -
HSV(B) 209.49º 1% 0.46% -
XYZ 4.89 4.54 17.76 -
YUV 48.67 167.12 93.28 -
System Red Green Blue C M Y K H S L
Decimal 0 60 118 1 0.49 0 0.54 209.49 1 0.23
Hex 0 3C 76 64 31 0 36 D1 64 17
Octal 0 74 166 144 61 0 66 321 144 27
Binary 0 111100 1110110 1100100 110001 0 110110 11010001 1100100 10111

Color Harmonies of #003C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003C76

Black with #003C76

Text Example


Text Example

White with #003C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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