Html Css Color HEX #045490 Dark Cerulean

📋 copy color: '#045490'

red 4 ◦ green 84 ◦ blue 144

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

Shades of Dark Cerulean #045490

Tints of Dark Cerulean #045490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.21%

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

R = 1.72%
G = 36.21%
B = 62.07%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#045490 (or 0x045490) is known color: Dark Cerulean. HEX triplet: 04, 54 and 90. RGB value is (4,84,144). Sum of RGB (Red+Green+Blue) = 4+84+144=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #045490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045490 is #FBAB6F. Grayscale: #424242. Windows color (decimal): -16493424 or 9458692. OLE color: 9458692.

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

Color convert

RGB 4 84 144 -
CMYK 0.97 0.42 0 0.44
HSL 205.71º 0.95% 0.29% -
HSV(B) 205.71º 0.97% 0.56% -
XYZ 8.25 8.38 27.57 -
YUV 66.92 171.5 83.12 -
System Red Green Blue C M Y K H S L
Decimal 4 84 144 0.97 0.42 0 0.44 205.71 0.95 0.29
Hex 4 54 90 61 2A 0 2C CE 5F 1D
Octal 4 124 220 141 52 0 54 316 137 35
Binary 100 1010100 10010000 1100001 101010 0 101100 11001110 1011111 11101

Color Harmonies of #045490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045490

Black with #045490

Text Example


Text Example

White with #045490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045490; }

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

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

background-color css

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

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

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

border-color css

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

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

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