Html Css Color HEX #004C87 Dark Cerulean

📋 copy color: '#004C87'

red 0 ◦ green 76 ◦ blue 135

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

Shades of Dark Cerulean #004C87

Tints of Dark Cerulean #004C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 63.98%

R = 0%
G = 36.02%
B = 63.98%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#004C87 (or 0x004C87) is known color: Dark Cerulean. HEX triplet: 00, 4C and 87. RGB value is (0,76,135). Sum of RGB (Red+Green+Blue) = 0+76+135=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 135 (53.12% from 255 or 63.98% from 211); Max value from RGB is 135 - color contains mainly: blue. Hex color #004C87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004C87 is #FFB378. Grayscale: #3B3B3B. Windows color (decimal): -16757625 or 8866816. OLE color: 8866816.

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

Color convert

RGB 0 76 135 -
CMYK 1 0.44 0 0.47
HSL 206.22º 1% 0.26% -
HSV(B) 206.22º 1% 0.53% -
XYZ 6.96 6.92 23.89 -
YUV 60 170.32 85.2 -
System Red Green Blue C M Y K H S L
Decimal 0 76 135 1 0.44 0 0.47 206.22 1 0.26
Hex 0 4C 87 64 2C 0 2F CE 64 1A
Octal 0 114 207 144 54 0 57 316 144 32
Binary 0 1001100 10000111 1100100 101100 0 101111 11001110 1100100 11010

Color Harmonies of #004C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004C87

Black with #004C87

Text Example


Text Example

White with #004C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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