#065496

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

Shades of Cobalt #065496

Tints of Cobalt #065496

Color information

#065496 (or 0x065496) is unknown color: approx Cobalt. HEX triplet: 06, 54 and 96. RGB value is (6,84,150). Sum of RGB (Red+Green+Blue) = 6+84+150=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #065496 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065496 is #F9AB69. Grayscale: #434343. Windows color (decimal): -16362346 or 9851910. OLE color: 9851910.

HSL color Cylindrical-coordinate representation of color #065496: hue angle of 207.5º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065496 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB684150-
CMYK0.960.4400.41
HSL207.5º92.31%30.59%-
HSV(B)207.5º96%58.82%-
XYZ8.758.5830.05-
YUV68.2174.1683.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.5%
GREEN value IS 84 (33.20% from 255) = 35%
BLUE value IS 150 (58.98% from 255) = 62.5%
R=2.5%
G=35%
B=62.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6841500.960.4400.41207.592.3130.59
Hex65496602C029d05c1f
Octal61242261405405132013437
Binary1101010100100101101100000101100010100111010000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065496; }

 p { color: rgb(6,84,150); }

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

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

 a { background-color: rgb(6,84,150); }

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

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

 span { border-color: rgb(6,84,150); }

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