Html Css Color HEX #004C91 Dark Cerulean

📋 copy color: '#004C91'

red 0 ◦ green 76 ◦ blue 145

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

Shades of Dark Cerulean #004C91

Tints of Dark Cerulean #004C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 65.61%

R = 0%
G = 34.39%
B = 65.61%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#004C91 (or 0x004C91) is known color: Dark Cerulean. HEX triplet: 00, 4C and 91. RGB value is (0,76,145). Sum of RGB (Red+Green+Blue) = 0+76+145=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #004C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004C91 is #FFB36E. Grayscale: #3C3C3C. Windows color (decimal): -16757615 or 9522176. OLE color: 9522176.

HSL color Cylindrical-coordinate representation of color #004C91: hue angle of 208.55º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C91 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 76 145 -
CMYK 1 0.48 0 0.43
HSL 208.55º 1% 0.28% -
HSV(B) 208.55º 1% 0.57% -
XYZ 7.7 7.21 27.77 -
YUV 61.14 175.32 84.39 -
System Red Green Blue C M Y K H S L
Decimal 0 76 145 1 0.48 0 0.43 208.55 1 0.28
Hex 0 4C 91 64 30 0 2B D1 64 1C
Octal 0 114 221 144 60 0 53 321 144 34
Binary 0 1001100 10010001 1100100 110000 0 101011 11010001 1100100 11100

Color Harmonies of #004C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004C91

Black with #004C91

Text Example


Text Example

White with #004C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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