Html Css Color HEX #004C71 Dark Cerulean

📋 copy color: '#004C71'

red 0 ◦ green 76 ◦ blue 113

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

Shades of Dark Cerulean #004C71

Tints of Dark Cerulean #004C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.21%

 BLUE value IS 113 (44.53% from 255) = 59.79%

R = 0%
G = 40.21%
B = 59.79%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#004C71 (or 0x004C71) is known color: Dark Cerulean. HEX triplet: 00, 4C and 71. RGB value is (0,76,113). Sum of RGB (Red+Green+Blue) = 0+76+113=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #004C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C71 is #FFB38E. Grayscale: #393939. Windows color (decimal): -16757647 or 7425024. OLE color: 7425024.

HSL color Cylindrical-coordinate representation of color #004C71: hue angle of 199.65º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C71 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 76 113 -
CMYK 1 0.33 0 0.56
HSL 199.65º 1% 0.22% -
HSV(B) 199.65º 1% 0.44% -
XYZ 5.57 6.36 16.56 -
YUV 57.49 159.32 86.99 -
System Red Green Blue C M Y K H S L
Decimal 0 76 113 1 0.33 0 0.56 199.65 1 0.22
Hex 0 4C 71 64 21 0 38 C8 64 16
Octal 0 114 161 144 41 0 70 310 144 26
Binary 0 1001100 1110001 1100100 100001 0 111000 11001000 1100100 10110

Color Harmonies of #004C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004C71

Black with #004C71

Text Example


Text Example

White with #004C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004C71; }

 p { color: rgb(0,76,113); }

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

background-color css

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

 a { background-color: rgb(0,76,113); }

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

border-color css

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

 span { border-color: rgb(0,76,113); }

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