#0653B7

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

Shades of Cobalt #0653B7

Tints of Cobalt #0653B7

Color information

#0653B7 (or 0x0653B7) is unknown color: approx Cobalt. HEX triplet: 06, 53 and B7. RGB value is (6,83,183). Sum of RGB (Red+Green+Blue) = 6+83+183=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 183 (71.88% from 255 or 67.28% from 272); Max value from RGB is 183 - color contains mainly: blue. Hex color #0653B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0653B7 is #F9AC48. Grayscale: #464646. Windows color (decimal): -16362569 or 12014342. OLE color: 12014342.

HSL color Cylindrical-coordinate representation of color #0653B7: hue angle of 213.9º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0653B7 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB683183-
CMYK0.970.5500.28
HSL213.9º93.65%37.06%-
HSV(B)213.9º96.72%71.76%-
XYZ11.729.6446.04-
YUV71.38190.9981.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.21%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 183 (71.88% from 255) = 67.28%
R=2.21%
G=30.51%
B=67.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6831830.970.5500.28213.993.6537.06
Hex653B7613701Cd65e25
Octal61232671416703432613645
Binary1101010011101101111100001110111011100110101101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0653B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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