#0656AE

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

Shades of Cobalt #0656AE

Tints of Cobalt #0656AE

Color information

#0656AE (or 0x0656AE) is unknown color: approx Cobalt. HEX triplet: 06, 56 and AE. RGB value is (6,86,174). Sum of RGB (Red+Green+Blue) = 6+86+174=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #0656AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0656AE is #F9A951. Grayscale: #474747. Windows color (decimal): -16361810 or 11425286. OLE color: 11425286.

HSL color Cylindrical-coordinate representation of color #0656AE: hue angle of 211.43º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0656AE is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB686174-
CMYK0.970.5100.32
HSL211.43º93.33%35.29%-
HSV(B)211.43º96.55%68.24%-
XYZ11.049.7541.34-
YUV72.11185.580.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.26%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 174 (68.36% from 255) = 65.41%
R=2.26%
G=32.33%
B=65.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6861740.970.5100.32211.4393.3335.29
Hex656AE6133020d35d23
Octal61262561416304032313543
Binary11010101101010111011000011100110100000110100111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0656AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0656AE; }

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

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

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

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

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

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

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

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