#065799

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

Shades of Cobalt #065799

Tints of Cobalt #065799

Color information

#065799 (or 0x065799) is unknown color: approx Cobalt. HEX triplet: 06, 57 and 99. RGB value is (6,87,153). Sum of RGB (Red+Green+Blue) = 6+87+153=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #065799 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065799 is #F9A866. Grayscale: #454545. Windows color (decimal): -16361575 or 10049286. OLE color: 10049286.

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

Color convert

RGB687153-
CMYK0.960.4300.4
HSL206.94º92.45%31.18%-
HSV(B)206.94º96.08%60%-
XYZ9.239.1631.42-
YUV70.3174.6682.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.44%
GREEN value IS 87 (34.38% from 255) = 35.37%
BLUE value IS 153 (60.16% from 255) = 62.20%
R=2.44%
G=35.37%
B=62.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6871530.960.4300.4206.9492.4531.18
Hex65799602B028cf5c1f
Octal61272311405305031713437
Binary1101010111100110011100000101011010100011001111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065799; }

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

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

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

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

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

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

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

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