#005392

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

Shades of Dark Cerulean #005392

Tints of Dark Cerulean #005392

Color information

#005392 (or 0x005392) is unknown color: approx Dark Cerulean. HEX triplet: 00, 53 and 92. RGB value is (0,83,146). Sum of RGB (Red+Green+Blue) = 0+83+146=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #005392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005392 is #FFAC6D. Grayscale: #414141. Windows color (decimal): -16755822 or 9589504. OLE color: 9589504.

HSL color Cylindrical-coordinate representation of color #005392: hue angle of 205.89º 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 #005392 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB083146-
CMYK10.4300.43
HSL205.89º100%28.63%-
HSV(B)205.89º100%57.25%-
XYZ8.288.2628.35-
YUV65.36173.581.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 83 (32.81% from 255) = 36.24%
BLUE value IS 146 (57.42% from 255) = 63.76%
R=0%
G=36.24%
B=63.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal08314610.4300.43205.8910028.63
Hex05392642B02Bce641d
Octal01232221445305331614435
Binary01010011100100101100100101011010101111001110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005392; }

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

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

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

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

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

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

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

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