#065AA6

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

Shades of Cobalt #065AA6

Tints of Cobalt #065AA6

Color information

#065AA6 (or 0x065AA6) is unknown color: approx Cobalt. HEX triplet: 06, 5A and A6. RGB value is (6,90,166). Sum of RGB (Red+Green+Blue) = 6+90+166=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 166 (65.23% from 255 or 63.36% from 262); Max value from RGB is 166 - color contains mainly: blue. Hex color #065AA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065AA6 is #F9A559. Grayscale: #494949. Windows color (decimal): -16360794 or 10902022. OLE color: 10902022.

HSL color Cylindrical-coordinate representation of color #065AA6: hue angle of 208.5º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065AA6 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB690166-
CMYK0.960.4600.35
HSL208.5º93.02%33.73%-
HSV(B)208.5º96.39%65.1%-
XYZ10.6110.137.47-
YUV73.55180.1779.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.29%
GREEN value IS 90 (35.55% from 255) = 34.35%
BLUE value IS 166 (65.23% from 255) = 63.36%
R=2.29%
G=34.35%
B=63.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6901660.960.4600.35208.593.0233.73
Hex65AA6602E023d05d22
Octal61322461405604332013542
Binary11010110101010011011000001011100100011110100001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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