#065896

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

Shades of Cobalt #065896

Tints of Cobalt #065896

Color information

#065896 (or 0x065896) is unknown color: approx Cobalt. HEX triplet: 06, 58 and 96. RGB value is (6,88,150). Sum of RGB (Red+Green+Blue) = 6+88+150=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 150 (58.98% from 255 or 61.48% from 244); Max value from RGB is 150 - color contains mainly: blue. Hex color #065896 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065896 is #F9A769. Grayscale: #464646. Windows color (decimal): -16361322 or 9852934. OLE color: 9852934.

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

Color convert

RGB688150-
CMYK0.960.4100.41
HSL205.83º92.31%30.59%-
HSV(B)205.83º96%58.82%-
XYZ9.079.2230.16-
YUV70.55172.8381.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.46%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 150 (58.98% from 255) = 61.48%
R=2.46%
G=36.07%
B=61.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6881500.960.4100.41205.8392.3130.59
Hex658966029029ce5c1f
Octal61302261405105131613437
Binary1101011000100101101100000101001010100111001110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065896; }

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

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

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

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

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

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

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

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