#065696

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

Shades of Cobalt #065696

Tints of Cobalt #065696

Color information

#065696 (or 0x065696) is unknown color: approx Cobalt. HEX triplet: 06, 56 and 96. RGB value is (6,86,150). Sum of RGB (Red+Green+Blue) = 6+86+150=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #065696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065696 is #F9A969. Grayscale: #454545. Windows color (decimal): -16361834 or 9852422. OLE color: 9852422.

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

Color convert

RGB686150-
CMYK0.960.4300.41
HSL206.67º92.31%30.59%-
HSV(B)206.67º96%58.82%-
XYZ8.918.930.1-
YUV69.38173.582.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.48%
GREEN value IS 86 (33.98% from 255) = 35.54%
BLUE value IS 150 (58.98% from 255) = 61.98%
R=2.48%
G=35.54%
B=61.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6861500.960.4300.41206.6792.3130.59
Hex65696602B029cf5c1f
Octal61262261405305131713437
Binary1101010110100101101100000101011010100111001111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065696; }

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

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

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

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

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

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

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

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