#065A99

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

Shades of Cobalt #065A99

Tints of Cobalt #065A99

Color information

#065A99 (or 0x065A99) is unknown color: approx Cobalt. HEX triplet: 06, 5A and 99. RGB value is (6,90,153). Sum of RGB (Red+Green+Blue) = 6+90+153=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #065A99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065A99 is #F9A566. Grayscale: #474747. Windows color (decimal): -16360807 or 10050054. OLE color: 10050054.

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

Color convert

RGB690153-
CMYK0.960.4100.4
HSL205.71º92.45%31.18%-
HSV(B)205.71º96.08%60%-
XYZ9.489.6531.5-
YUV72.07173.6780.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.41%
GREEN value IS 90 (35.55% from 255) = 36.14%
BLUE value IS 153 (60.16% from 255) = 61.45%
R=2.41%
G=36.14%
B=61.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6901530.960.4100.4205.7192.4531.18
Hex65A996029028ce5c1f
Octal61322311405105031613437
Binary1101011010100110011100000101001010100011001110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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