#1603CC

Color #1603CC Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1603CC

Tints of Medium Blue #1603CC

Color information

#1603CC (or 0x1603CC) is unknown color: approx Medium Blue. HEX triplet: 16, 03 and CC. RGB value is (22,3,204). Sum of RGB (Red+Green+Blue) = 22+3+204=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 204 (80.08% from 255 or 89.08% from 229); Max value from RGB is 204 - color contains mainly: blue. Hex color #1603CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1603CC is #E9FC33. Grayscale: #1E1E1E. Windows color (decimal): -15334452 or 13370134. OLE color: 13370134.

HSL color Cylindrical-coordinate representation of color #1603CC: hue angle of 245.67º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1603CC is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB223204-
CMYK0.890.9900.2
HSL245.67º97.1%40.59%-
HSV(B)245.67º98.53%80%-
XYZ11.264.657.42-
YUV31.6225.29121.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.61%
GREEN value IS 3 (1.56% from 255) = 1.31%
BLUE value IS 204 (80.08% from 255) = 89.08%
R=9.61%
G=1.31%
B=89.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2232040.890.9900.2245.6797.140.59
Hex163CC5963014f66129
Octal26331413114302436614151
Binary10110111100110010110011100011010100111101101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1603CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1603CC; }

 p { color: rgb(22,3,204); }

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

<style>
 a { background-color: #1603CC; }

 a { background-color: rgb(22,3,204); }

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

<style>
 span { border-color: #1603CC; }

 span { border-color: rgb(22,3,204); }

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