Html Css Color HEX #045189 Dark Cerulean

📋 copy color: '#045189'

red 4 ◦ green 81 ◦ blue 137

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

Shades of Dark Cerulean #045189

Tints of Dark Cerulean #045189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.49%

 BLUE value IS 137 (53.91% from 255) = 61.71%

R = 1.8%
G = 36.49%
B = 61.71%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#045189 (or 0x045189) is known color: Dark Cerulean. HEX triplet: 04, 51 and 89. RGB value is (4,81,137). Sum of RGB (Red+Green+Blue) = 4+81+137=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 137 (53.91% from 255 or 61.71% from 222); Max value from RGB is 137 - color contains mainly: blue. Hex color #045189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045189 is #FBAE76. Grayscale: #404040. Windows color (decimal): -16494199 or 8999172. OLE color: 8999172.

HSL color Cylindrical-coordinate representation of color #045189: hue angle of 205.26º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045189 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 81 137 -
CMYK 0.97 0.41 0 0.46
HSL 205.26º 0.94% 0.28% -
HSV(B) 205.26º 0.97% 0.54% -
XYZ 7.51 7.72 24.76 -
YUV 64.36 168.99 84.95 -
System Red Green Blue C M Y K H S L
Decimal 4 81 137 0.97 0.41 0 0.46 205.26 0.94 0.28
Hex 4 51 89 61 29 0 2E CD 5E 1C
Octal 4 121 211 141 51 0 56 315 136 34
Binary 100 1010001 10001001 1100001 101001 0 101110 11001101 1011110 11100

Color Harmonies of #045189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045189

Black with #045189

Text Example


Text Example

White with #045189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045189; }

 p { color: rgb(4,81,137); }

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

background-color css

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

 a { background-color: rgb(4,81,137); }

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

border-color css

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

 span { border-color: rgb(4,81,137); }

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