Html Css Color HEX #045886 Dark Cerulean

📋 copy color: '#045886'

red 4 ◦ green 88 ◦ blue 134

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

Shades of Dark Cerulean #045886

Tints of Dark Cerulean #045886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 59.29%

R = 1.77%
G = 38.94%
B = 59.29%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#045886 (or 0x045886) is known color: Dark Cerulean. HEX triplet: 04, 58 and 86. RGB value is (4,88,134). Sum of RGB (Red+Green+Blue) = 4+88+134=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 134 (52.73% from 255 or 59.29% from 226); Max value from RGB is 134 - color contains mainly: blue. Hex color #045886 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045886 is #FBA779. Grayscale: #434343. Windows color (decimal): -16492410 or 8804356. OLE color: 8804356.

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

Color convert

RGB 4 88 134 -
CMYK 0.97 0.34 0 0.47
HSL 201.23º 0.94% 0.27% -
HSV(B) 201.23º 0.97% 0.53% -
XYZ 7.84 8.73 23.83 -
YUV 68.13 165.17 82.26 -
System Red Green Blue C M Y K H S L
Decimal 4 88 134 0.97 0.34 0 0.47 201.23 0.94 0.27
Hex 4 58 86 61 22 0 2F C9 5E 1B
Octal 4 130 206 141 42 0 57 311 136 33
Binary 100 1011000 10000110 1100001 100010 0 101111 11001001 1011110 11011

Color Harmonies of #045886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045886

Black with #045886

Text Example


Text Example

White with #045886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045886; }

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

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

background-color css

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

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

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

border-color css

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

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

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