Html Css Color HEX #004C88 Dark Cerulean

📋 copy color: '#004C88'

red 0 ◦ green 76 ◦ blue 136

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

Shades of Dark Cerulean #004C88

Tints of Dark Cerulean #004C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 64.15%

R = 0%
G = 35.85%
B = 64.15%

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

#004C88 (or 0x004C88) is known color: Dark Cerulean. HEX triplet: 00, 4C and 88. RGB value is (0,76,136). Sum of RGB (Red+Green+Blue) = 0+76+136=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 136 (53.52% from 255 or 64.15% from 212); Max value from RGB is 136 - color contains mainly: blue. Hex color #004C88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004C88 is #FFB377. Grayscale: #3B3B3B. Windows color (decimal): -16757624 or 8932352. OLE color: 8932352.

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

Color convert

RGB 0 76 136 -
CMYK 1 0.44 0 0.47
HSL 206.47º 1% 0.27% -
HSV(B) 206.47º 1% 0.53% -
XYZ 7.03 6.95 24.26 -
YUV 60.12 170.82 85.12 -
System Red Green Blue C M Y K H S L
Decimal 0 76 136 1 0.44 0 0.47 206.47 1 0.27
Hex 0 4C 88 64 2C 0 2F CE 64 1B
Octal 0 114 210 144 54 0 57 316 144 33
Binary 0 1001100 10001000 1100100 101100 0 101111 11001110 1100100 11011

Color Harmonies of #004C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004C88

Black with #004C88

Text Example


Text Example

White with #004C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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