Html Css Color HEX #045790 Dark Cerulean

📋 copy color: '#045790'

red 4 ◦ green 87 ◦ blue 144

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

Shades of Dark Cerulean #045790

Tints of Dark Cerulean #045790

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.02%

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

R = 1.7%
G = 37.02%
B = 61.28%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#045790 (or 0x045790) is known color: Dark Cerulean. HEX triplet: 04, 57 and 90. RGB value is (4,87,144). Sum of RGB (Red+Green+Blue) = 4+87+144=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #045790 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045790 is #FBA86F. Grayscale: #444444. Windows color (decimal): -16492656 or 9459460. OLE color: 9459460.

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

Color convert

RGB 4 87 144 -
CMYK 0.97 0.40 0 0.44
HSL 204.43º 0.95% 0.29% -
HSV(B) 204.43º 0.97% 0.56% -
XYZ 8.49 8.86 27.65 -
YUV 68.68 170.5 81.87 -
System Red Green Blue C M Y K H S L
Decimal 4 87 144 0.97 0.40 0 0.44 204.43 0.95 0.29
Hex 4 57 90 61 28 0 2C CC 5F 1D
Octal 4 127 220 141 50 0 54 314 137 35
Binary 100 1010111 10010000 1100001 101000 0 101100 11001100 1011111 11101

Color Harmonies of #045790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045790

Black with #045790

Text Example


Text Example

White with #045790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045790; }

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

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

background-color css

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

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

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

border-color css

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

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

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