Html Css Color HEX #045092 Dark Cerulean

📋 copy color: '#045092'

red 4 ◦ green 80 ◦ blue 146

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

Shades of Dark Cerulean #045092

Tints of Dark Cerulean #045092

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.78%

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

R = 1.74%
G = 34.78%
B = 63.48%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#045092 (or 0x045092) is known color: Dark Cerulean. HEX triplet: 04, 50 and 92. RGB value is (4,80,146). Sum of RGB (Red+Green+Blue) = 4+80+146=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #045092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045092 is #FBAF6D. Grayscale: #404040. Windows color (decimal): -16494446 or 9588740. OLE color: 9588740.

HSL color Cylindrical-coordinate representation of color #045092: hue angle of 207.89º 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 #045092 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 80 146 -
CMYK 0.97 0.45 0 0.43
HSL 207.89º 0.95% 0.29% -
HSV(B) 207.89º 0.97% 0.57% -
XYZ 8.11 7.84 28.28 -
YUV 64.8 173.82 84.63 -
System Red Green Blue C M Y K H S L
Decimal 4 80 146 0.97 0.45 0 0.43 207.89 0.95 0.29
Hex 4 50 92 61 2D 0 2B D0 5F 1D
Octal 4 120 222 141 55 0 53 320 137 35
Binary 100 1010000 10010010 1100001 101101 0 101011 11010000 1011111 11101

Color Harmonies of #045092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045092

Black with #045092

Text Example


Text Example

White with #045092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045092; }

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

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

background-color css

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

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

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

border-color css

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

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

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