Html Css Color HEX #045089 Dark Cerulean

📋 copy color: '#045089'

red 4 ◦ green 80 ◦ blue 137

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

Shades of Dark Cerulean #045089

Tints of Dark Cerulean #045089

RGB

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

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

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

R = 1.81%
G = 36.2%
B = 61.99%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#045089 (or 0x045089) is known color: Dark Cerulean. HEX triplet: 04, 50 and 89. RGB value is (4,80,137). Sum of RGB (Red+Green+Blue) = 4+80+137=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 137 (53.91% from 255 or 61.99% from 221); Max value from RGB is 137 - color contains mainly: blue. Hex color #045089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045089 is #FBAF76. Grayscale: #3F3F3F. Windows color (decimal): -16494455 or 8998916. OLE color: 8998916.

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

Color convert

RGB 4 80 137 -
CMYK 0.97 0.42 0 0.46
HSL 205.71º 0.94% 0.28% -
HSV(B) 205.71º 0.97% 0.54% -
XYZ 7.43 7.57 24.74 -
YUV 63.77 169.32 85.37 -
System Red Green Blue C M Y K H S L
Decimal 4 80 137 0.97 0.42 0 0.46 205.71 0.94 0.28
Hex 4 50 89 61 2A 0 2E CE 5E 1C
Octal 4 120 211 141 52 0 56 316 136 34
Binary 100 1010000 10001001 1100001 101010 0 101110 11001110 1011110 11100

Color Harmonies of #045089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045089

Black with #045089

Text Example


Text Example

White with #045089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045089; }

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

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

background-color css

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

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

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

border-color css

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

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

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