Html Css Color HEX #045C92 Dark Cerulean

📋 copy color: '#045C92'

red 4 ◦ green 92 ◦ blue 146

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

Shades of Dark Cerulean #045C92

Tints of Dark Cerulean #045C92

RGB

 RED value IS 4 (1.95% from 255) = 1.65%

 GREEN value IS 92 (36.33% from 255) = 38.02%

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

R = 1.65%
G = 38.02%
B = 60.33%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#045C92 (or 0x045C92) is known color: Dark Cerulean. HEX triplet: 04, 5C and 92. RGB value is (4,92,146). Sum of RGB (Red+Green+Blue) = 4+92+146=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #045C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045C92 is #FBA36D. Grayscale: #474747. Windows color (decimal): -16491374 or 9591812. OLE color: 9591812.

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

Color convert

RGB 4 92 146 -
CMYK 0.97 0.37 0 0.43
HSL 202.82º 0.95% 0.29% -
HSV(B) 202.82º 0.97% 0.57% -
XYZ 9.07 9.76 28.6 -
YUV 71.84 169.85 79.61 -
System Red Green Blue C M Y K H S L
Decimal 4 92 146 0.97 0.37 0 0.43 202.82 0.95 0.29
Hex 4 5C 92 61 25 0 2B CB 5F 1D
Octal 4 134 222 141 45 0 53 313 137 35
Binary 100 1011100 10010010 1100001 100101 0 101011 11001011 1011111 11101

Color Harmonies of #045C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045C92

Black with #045C92

Text Example


Text Example

White with #045C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,92,146); }

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

background-color css

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

 a { background-color: rgb(4,92,146); }

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

border-color css

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

 span { border-color: rgb(4,92,146); }

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