#065286

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

Shades of Dark Cerulean #065286

Tints of Dark Cerulean #065286

Color information

#065286 (or 0x065286) is unknown color: approx Dark Cerulean. HEX triplet: 06, 52 and 86. RGB value is (6,82,134). Sum of RGB (Red+Green+Blue) = 6+82+134=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 134 (52.73% from 255 or 60.36% from 222); Max value from RGB is 134 - color contains mainly: blue. Hex color #065286 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065286 is #F9AD79. Grayscale: #404040. Windows color (decimal): -16362874 or 8802822. OLE color: 8802822.

HSL color Cylindrical-coordinate representation of color #065286: hue angle of 204.38º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065286 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB682134-
CMYK0.960.3900.47
HSL204.38º91.43%27.45%-
HSV(B)204.38º95.52%52.55%-
XYZ7.47.7923.67-
YUV65.2166.8285.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.70%
GREEN value IS 82 (32.42% from 255) = 36.94%
BLUE value IS 134 (52.73% from 255) = 60.36%
R=2.70%
G=36.94%
B=60.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6821340.960.3900.47204.3891.4327.45
Hex65286602702Fcc5b1b
Octal61222061404705731413333
Binary1101010010100001101100000100111010111111001100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065286; }

 p { color: rgb(6,82,134); }

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

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

 a { background-color: rgb(6,82,134); }

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

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

 span { border-color: rgb(6,82,134); }

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