#065999

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

Shades of Cobalt #065999

Tints of Cobalt #065999

Color information

#065999 (or 0x065999) is unknown color: approx Cobalt. HEX triplet: 06, 59 and 99. RGB value is (6,89,153). Sum of RGB (Red+Green+Blue) = 6+89+153=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #065999 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065999 is #F9A666. Grayscale: #474747. Windows color (decimal): -16361063 or 10049798. OLE color: 10049798.

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

Color convert

RGB689153-
CMYK0.960.4200.4
HSL206.12º92.45%31.18%-
HSV(B)206.12º96.08%60%-
XYZ9.49.4831.47-
YUV71.4817481.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.42%
GREEN value IS 89 (35.16% from 255) = 35.89%
BLUE value IS 153 (60.16% from 255) = 61.69%
R=2.42%
G=35.89%
B=61.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6891530.960.4200.4206.1292.4531.18
Hex65999602A028ce5c1f
Octal61312311405205031613437
Binary1101011001100110011100000101010010100011001110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065999; }

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

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

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

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

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

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

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

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