#005792

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

Shades of Dark Cerulean #005792

Tints of Dark Cerulean #005792

Color information

#005792 (or 0x005792) is unknown color: approx Dark Cerulean. HEX triplet: 00, 57 and 92. RGB value is (0,87,146). Sum of RGB (Red+Green+Blue) = 0+87+146=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #005792 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005792 is #FFA86D. Grayscale: #434343. Windows color (decimal): -16754798 or 9590528. OLE color: 9590528.

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

Color convert

RGB087146-
CMYK10.4000.43
HSL204.25º100%28.63%-
HSV(B)204.25º100%57.25%-
XYZ8.68.8928.46-
YUV67.71172.1879.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 87 (34.38% from 255) = 37.34%
BLUE value IS 146 (57.42% from 255) = 62.66%
R=0%
G=37.34%
B=62.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal08714610.4000.43204.2510028.63
Hex05792642802Bcc641d
Octal01272221445005331414435
Binary01010111100100101100100101000010101111001100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005792; }

 p { color: rgb(0,87,146); }

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

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

 a { background-color: rgb(0,87,146); }

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

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

 span { border-color: rgb(0,87,146); }

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