Html Css Color HEX #004C92 Dark Cerulean

📋 copy color: '#004C92'

red 0 ◦ green 76 ◦ blue 146

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

Shades of Dark Cerulean #004C92

Tints of Dark Cerulean #004C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 65.77%

R = 0%
G = 34.23%
B = 65.77%

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

#004C92 (or 0x004C92) is known color: Dark Cerulean. HEX triplet: 00, 4C and 92. RGB value is (0,76,146). Sum of RGB (Red+Green+Blue) = 0+76+146=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 146 (57.42% from 255 or 65.77% from 222); Max value from RGB is 146 - color contains mainly: blue. Hex color #004C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004C92 is #FFB36D. Grayscale: #3C3C3C. Windows color (decimal): -16757614 or 9587712. OLE color: 9587712.

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

Color convert

RGB 0 76 146 -
CMYK 1 0.48 0 0.43
HSL 208.77º 1% 0.29% -
HSV(B) 208.77º 1% 0.57% -
XYZ 7.77 7.24 28.18 -
YUV 61.26 175.82 84.31 -
System Red Green Blue C M Y K H S L
Decimal 0 76 146 1 0.48 0 0.43 208.77 1 0.29
Hex 0 4C 92 64 30 0 2B D1 64 1D
Octal 0 114 222 144 60 0 53 321 144 35
Binary 0 1001100 10010010 1100100 110000 0 101011 11010001 1100100 11101

Color Harmonies of #004C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004C92

Black with #004C92

Text Example


Text Example

White with #004C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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