Html Css Color HEX #045D88 Dark Cerulean

📋 copy color: '#045D88'

red 4 ◦ green 93 ◦ blue 136

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

Shades of Dark Cerulean #045D88

Tints of Dark Cerulean #045D88

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.91%

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

R = 1.72%
G = 39.91%
B = 58.37%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#045D88 (or 0x045D88) is known color: Dark Cerulean. HEX triplet: 04, 5D and 88. RGB value is (4,93,136). Sum of RGB (Red+Green+Blue) = 4+93+136=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #045D88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045D88 is #FBA277. Grayscale: #474747. Windows color (decimal): -16491128 or 8936708. OLE color: 8936708.

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

Color convert

RGB 4 93 136 -
CMYK 0.97 0.32 0 0.47
HSL 199.55º 0.94% 0.27% -
HSV(B) 199.55º 0.97% 0.53% -
XYZ 8.41 9.63 24.71 -
YUV 71.29 164.51 80 -
System Red Green Blue C M Y K H S L
Decimal 4 93 136 0.97 0.32 0 0.47 199.55 0.94 0.27
Hex 4 5D 88 61 20 0 2F C8 5E 1B
Octal 4 135 210 141 40 0 57 310 136 33
Binary 100 1011101 10001000 1100001 100000 0 101111 11001000 1011110 11011

Color Harmonies of #045D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045D88

Black with #045D88

Text Example


Text Example

White with #045D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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