#0652AE

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

Shades of Cobalt #0652AE

Tints of Cobalt #0652AE

Color information

#0652AE (or 0x0652AE) is unknown color: approx Cobalt. HEX triplet: 06, 52 and AE. RGB value is (6,82,174). Sum of RGB (Red+Green+Blue) = 6+82+174=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #0652AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0652AE is #F9AD51. Grayscale: #454545. Windows color (decimal): -16362834 or 11424262. OLE color: 11424262.

HSL color Cylindrical-coordinate representation of color #0652AE: hue angle of 212.86º 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 #0652AE is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB682174-
CMYK0.970.5300.32
HSL212.86º93.33%35.29%-
HSV(B)212.86º96.55%68.24%-
XYZ10.739.1341.24-
YUV69.76186.8282.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.29%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 174 (68.36% from 255) = 66.41%
R=2.29%
G=31.30%
B=66.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6821740.970.5300.32212.8693.3335.29
Hex652AE6135020d55d23
Octal61222561416504032513543
Binary11010100101010111011000011101010100000110101011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0652AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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