#065A97

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

Shades of Cobalt #065A97

Tints of Cobalt #065A97

Color information

#065A97 (or 0x065A97) is unknown color: approx Cobalt. HEX triplet: 06, 5A and 97. RGB value is (6,90,151). Sum of RGB (Red+Green+Blue) = 6+90+151=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #065A97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065A97 is #F9A568. Grayscale: #474747. Windows color (decimal): -16360809 or 9918982. OLE color: 9918982.

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

Color convert

RGB690151-
CMYK0.960.4000.41
HSL205.24º92.36%30.78%-
HSV(B)205.24º96.03%59.22%-
XYZ9.329.5930.64-
YUV71.84172.6781.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.43%
GREEN value IS 90 (35.55% from 255) = 36.44%
BLUE value IS 151 (59.38% from 255) = 61.13%
R=2.43%
G=36.44%
B=61.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6901510.960.4000.41205.2492.3630.78
Hex65A976028029cd5c1f
Octal61322271405005131513437
Binary1101011010100101111100000101000010100111001101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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