Html Css Color HEX #045990 Dark Cerulean

📋 copy color: '#045990'

red 4 ◦ green 89 ◦ blue 144

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

Shades of Dark Cerulean #045990

Tints of Dark Cerulean #045990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.55%

 BLUE value IS 144 (56.64% from 255) = 60.76%

R = 1.69%
G = 37.55%
B = 60.76%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#045990 (or 0x045990) is known color: Dark Cerulean. HEX triplet: 04, 59 and 90. RGB value is (4,89,144). Sum of RGB (Red+Green+Blue) = 4+89+144=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #045990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045990 is #FBA66F. Grayscale: #454545. Windows color (decimal): -16492144 or 9459972. OLE color: 9459972.

HSL color Cylindrical-coordinate representation of color #045990: hue angle of 203.57º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045990 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 89 144 -
CMYK 0.97 0.38 0 0.44
HSL 203.57º 0.95% 0.29% -
HSV(B) 203.57º 0.97% 0.56% -
XYZ 8.66 9.18 27.7 -
YUV 69.86 169.84 81.03 -
System Red Green Blue C M Y K H S L
Decimal 4 89 144 0.97 0.38 0 0.44 203.57 0.95 0.29
Hex 4 59 90 61 26 0 2C CC 5F 1D
Octal 4 131 220 141 46 0 54 314 137 35
Binary 100 1011001 10010000 1100001 100110 0 101100 11001100 1011111 11101

Color Harmonies of #045990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045990

Black with #045990

Text Example


Text Example

White with #045990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045990; }

 p { color: rgb(4,89,144); }

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

background-color css

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

 a { background-color: rgb(4,89,144); }

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

border-color css

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

 span { border-color: rgb(4,89,144); }

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