#0653B2

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

Shades of Cobalt #0653B2

Tints of Cobalt #0653B2

Color information

#0653B2 (or 0x0653B2) is unknown color: approx Cobalt. HEX triplet: 06, 53 and B2. RGB value is (6,83,178). Sum of RGB (Red+Green+Blue) = 6+83+178=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 178 (69.92% from 255 or 66.67% from 267); Max value from RGB is 178 - color contains mainly: blue. Hex color #0653B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0653B2 is #F9AC4D. Grayscale: #464646. Windows color (decimal): -16362574 or 11686662. OLE color: 11686662.

HSL color Cylindrical-coordinate representation of color #0653B2: hue angle of 213.14º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0653B2 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB683178-
CMYK0.970.5300.30
HSL213.14º93.48%36.08%-
HSV(B)213.14º96.63%69.8%-
XYZ11.29.4443.35-
YUV70.81188.4981.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.25%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 178 (69.92% from 255) = 66.67%
R=2.25%
G=31.09%
B=66.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal6831780.970.5300.30213.1493.4836.08
Hex653B2613501Ed55d24
Octal61232621416503632513544
Binary1101010011101100101100001110101011110110101011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0653B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0653B2; }

 p { color: rgb(6,83,178); }

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

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

 a { background-color: rgb(6,83,178); }

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

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

 span { border-color: rgb(6,83,178); }

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