#065A96

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

Shades of Cobalt #065A96

Tints of Cobalt #065A96

Color information

#065A96 (or 0x065A96) is unknown color: approx Cobalt. HEX triplet: 06, 5A and 96. RGB value is (6,90,150). Sum of RGB (Red+Green+Blue) = 6+90+150=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #065A96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065A96 is #F9A569. Grayscale: #474747. Windows color (decimal): -16360810 or 9853446. OLE color: 9853446.

HSL color Cylindrical-coordinate representation of color #065A96: hue angle of 205º 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 #065A96 is Cyan = 0.96, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB690150-
CMYK0.960.400.41
HSL205º92.31%30.59%-
HSV(B)205º96%58.82%-
XYZ9.249.5530.21-
YUV71.72172.1781.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.44%
GREEN value IS 90 (35.55% from 255) = 36.59%
BLUE value IS 150 (58.98% from 255) = 60.98%
R=2.44%
G=36.59%
B=60.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6901500.960.400.4120592.3130.59
Hex65A966028029cd5c1f
Octal61322261405005131513437
Binary1101011010100101101100000101000010100111001101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065A96; }

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

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

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

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

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

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

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

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