#0652A0

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

Shades of Cobalt #0652A0

Tints of Cobalt #0652A0

Color information

#0652A0 (or 0x0652A0) is unknown color: approx Cobalt. HEX triplet: 06, 52 and A0. RGB value is (6,82,160). Sum of RGB (Red+Green+Blue) = 6+82+160=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 160 (62.89% from 255 or 64.52% from 248); Max value from RGB is 160 - color contains mainly: blue. Hex color #0652A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0652A0 is #F9AD5F. Grayscale: #434343. Windows color (decimal): -16362848 or 10506758. OLE color: 10506758.

HSL color Cylindrical-coordinate representation of color #0652A0: hue angle of 210.39º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0652A0 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB682160-
CMYK0.960.4900.37
HSL210.39º92.77%32.55%-
HSV(B)210.39º96.25%62.75%-
XYZ9.448.6134.42-
YUV68.17179.8283.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.42%
GREEN value IS 82 (32.42% from 255) = 33.06%
BLUE value IS 160 (62.89% from 255) = 64.52%
R=2.42%
G=33.06%
B=64.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6821600.960.4900.37210.3992.7732.55
Hex652A06031025d25d21
Octal61222401406104532213541
Binary11010100101010000011000001100010100101110100101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0652A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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