#1653A0

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

Shades of Cobalt #1653A0

Tints of Cobalt #1653A0

Color information

#1653A0 (or 0x1653A0) is unknown color: approx Cobalt. HEX triplet: 16, 53 and A0. RGB value is (22,83,160). Sum of RGB (Red+Green+Blue) = 22+83+160=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 160 (62.89% from 255 or 60.38% from 265); Max value from RGB is 160 - color contains mainly: blue. Hex color #1653A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1653A0 is #E9AC5F. Grayscale: #494949. Windows color (decimal): -15314016 or 10507030. OLE color: 10507030.

HSL color Cylindrical-coordinate representation of color #1653A0: hue angle of 213.48º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1653A0 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2283160-
CMYK0.860.4800.37
HSL213.48º75.82%35.69%-
HSV(B)213.48º86.25%62.75%-
XYZ9.778.934.46-
YUV73.54176.7991.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.30%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 160 (62.89% from 255) = 60.38%
R=8.30%
G=31.32%
B=60.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal22831600.860.4800.37213.4875.8235.69
Hex1653A05630025d54c24
Octal261232401266004532511444
Binary1011010100111010000010101101100000100101110101011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1653A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,83,160); }

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

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

 a { background-color: rgb(22,83,160); }

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

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

 span { border-color: rgb(22,83,160); }

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