Html Css Color HEX #045880 Dark Cerulean

📋 copy color: '#045880'

red 4 ◦ green 88 ◦ blue 128

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

Shades of Dark Cerulean #045880

Tints of Dark Cerulean #045880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40%

 BLUE value IS 128 (50.39% from 255) = 58.18%

R = 1.82%
G = 40%
B = 58.18%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#045880 (or 0x045880) is known color: Dark Cerulean. HEX triplet: 04, 58 and 80. RGB value is (4,88,128). Sum of RGB (Red+Green+Blue) = 4+88+128=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 128 (50.39% from 255 or 58.18% from 220); Max value from RGB is 128 - color contains mainly: blue. Hex color #045880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045880 is #FBA77F. Grayscale: #434343. Windows color (decimal): -16492416 or 8411140. OLE color: 8411140.

HSL color Cylindrical-coordinate representation of color #045880: hue angle of 199.35º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045880 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 88 128 -
CMYK 0.97 0.31 0 0.50
HSL 199.35º 0.94% 0.26% -
HSV(B) 199.35º 0.97% 0.5% -
XYZ 7.44 8.56 21.68 -
YUV 67.44 162.17 82.75 -
System Red Green Blue C M Y K H S L
Decimal 4 88 128 0.97 0.31 0 0.50 199.35 0.94 0.26
Hex 4 58 80 61 1F 0 32 C7 5E 1A
Octal 4 130 200 141 37 0 62 307 136 32
Binary 100 1011000 10000000 1100001 11111 0 110010 11000111 1011110 11010

Color Harmonies of #045880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045880

Black with #045880

Text Example


Text Example

White with #045880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045880; }

 p { color: rgb(4,88,128); }

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

background-color css

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

 a { background-color: rgb(4,88,128); }

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

border-color css

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

 span { border-color: rgb(4,88,128); }

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