Html Css Color HEX #045488 Dark Cerulean

📋 copy color: '#045488'

red 4 ◦ green 84 ◦ blue 136

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

Shades of Dark Cerulean #045488

Tints of Dark Cerulean #045488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 60.71%

R = 1.79%
G = 37.5%
B = 60.71%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#045488 (or 0x045488) is known color: Dark Cerulean. HEX triplet: 04, 54 and 88. RGB value is (4,84,136). Sum of RGB (Red+Green+Blue) = 4+84+136=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #045488 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045488 is #FBAB77. Grayscale: #414141. Windows color (decimal): -16493432 or 8934404. OLE color: 8934404.

HSL color Cylindrical-coordinate representation of color #045488: hue angle of 203.64º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045488 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 84 136 -
CMYK 0.97 0.38 0 0.47
HSL 203.64º 0.94% 0.27% -
HSV(B) 203.64º 0.97% 0.53% -
XYZ 7.66 8.14 24.46 -
YUV 66.01 167.5 83.77 -
System Red Green Blue C M Y K H S L
Decimal 4 84 136 0.97 0.38 0 0.47 203.64 0.94 0.27
Hex 4 54 88 61 26 0 2F CC 5E 1B
Octal 4 124 210 141 46 0 57 314 136 33
Binary 100 1010100 10001000 1100001 100110 0 101111 11001100 1011110 11011

Color Harmonies of #045488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045488

Black with #045488

Text Example


Text Example

White with #045488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045488; }

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

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

background-color css

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

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

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

border-color css

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

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

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