#1653a3

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

Shades of Cobalt #1653A3

Tints of Cobalt #1653A3

Color information

#1653A3 (or 0x1653A3) is unknown color: approx Cobalt. HEX triplet: 16, 53 and A3. RGB value is (22,83,163). Sum of RGB (Red+Green+Blue) = 22+83+163=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 163 (64.06% from 255 or 60.82% from 268); Max value from RGB is 163 - color contains mainly: blue. Hex color #1653A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1653A3 is #E9AC5C. Grayscale: #494949. Windows color (decimal): -15314013 or 10703638. OLE color: 10703638.

HSL color Cylindrical-coordinate representation of color #1653A3: hue angle of 214.04º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1653A3 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2283163-
CMYK0.870.4900.36
HSL214.04º76.22%36.27%-
HSV(B)214.04º86.5%63.92%-
XYZ10.03935.86-
YUV73.88178.2991-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.21%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 163 (64.06% from 255) = 60.82%
R=8.21%
G=30.97%
B=60.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal22831630.870.4900.36214.0476.2236.27
Hex1653A35731024d64c24
Octal261232431276104432611444
Binary1011010100111010001110101111100010100100110101101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1653a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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