Html Css Color HEX #045288 Dark Cerulean

📋 copy color: '#045288'

red 4 ◦ green 82 ◦ blue 136

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

Shades of Dark Cerulean #045288

Tints of Dark Cerulean #045288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.94%

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

R = 1.8%
G = 36.94%
B = 61.26%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#045288 (or 0x045288) is known color: Dark Cerulean. HEX triplet: 04, 52 and 88. RGB value is (4,82,136). Sum of RGB (Red+Green+Blue) = 4+82+136=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 136 (53.52% from 255 or 61.26% from 222); Max value from RGB is 136 - color contains mainly: blue. Hex color #045288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045288 is #FBAD77. Grayscale: #404040. Windows color (decimal): -16493944 or 8933892. OLE color: 8933892.

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

Color convert

RGB 4 82 136 -
CMYK 0.97 0.40 0 0.47
HSL 204.55º 0.94% 0.27% -
HSV(B) 204.55º 0.97% 0.53% -
XYZ 7.51 7.84 24.41 -
YUV 64.83 168.16 84.61 -
System Red Green Blue C M Y K H S L
Decimal 4 82 136 0.97 0.40 0 0.47 204.55 0.94 0.27
Hex 4 52 88 61 28 0 2F CD 5E 1B
Octal 4 122 210 141 50 0 57 315 136 33
Binary 100 1010010 10001000 1100001 101000 0 101111 11001101 1011110 11011

Color Harmonies of #045288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045288

Black with #045288

Text Example


Text Example

White with #045288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045288; }

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

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

background-color css

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

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

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

border-color css

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

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

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