#045692

Color #045692 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #045692

Tints of Dark Cerulean #045692

Color information

#045692 (or 0x045692) is unknown color: approx Dark Cerulean. HEX triplet: 04, 56 and 92. RGB value is (4,86,146). Sum of RGB (Red+Green+Blue) = 4+86+146=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #045692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045692 is #FBA96D. Grayscale: #444444. Windows color (decimal): -16492910 or 9590276. OLE color: 9590276.

HSL color Cylindrical-coordinate representation of color #045692: hue angle of 205.35º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045692 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB486146-
CMYK0.970.4100.43
HSL205.35º94.67%29.41%-
HSV(B)205.35º97.26%57.25%-
XYZ8.578.7628.43-
YUV68.32171.8382.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.69%
GREEN value IS 86 (33.98% from 255) = 36.44%
BLUE value IS 146 (57.42% from 255) = 61.86%
R=1.69%
G=36.44%
B=61.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4861460.970.4100.43205.3594.6729.41
Hex45692612902Bcd5f1d
Octal41262221415105331513735
Binary1001010110100100101100001101001010101111001101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045692; }

 p { color: rgb(4,86,146); }

 H1.HeaderClassName
 {
   color: #045692;
 }
 .AnyTagClassName
 {
   color: #045692;
 }
</style>
background-color css

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

 a { background-color: rgb(4,86,146); }

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

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

 span { border-color: rgb(4,86,146); }

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