#1603C8

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

Shades of Medium Blue #1603C8

Tints of Medium Blue #1603C8

Color information

#1603C8 (or 0x1603C8) is unknown color: approx Medium Blue. HEX triplet: 16, 03 and C8. RGB value is (22,3,200). Sum of RGB (Red+Green+Blue) = 22+3+200=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 200 (78.52% from 255 or 88.89% from 225); Max value from RGB is 200 - color contains mainly: blue. Hex color #1603C8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1603C8 is #E9FC37. Grayscale: #1E1E1E. Windows color (decimal): -15334456 or 13107990. OLE color: 13107990.

HSL color Cylindrical-coordinate representation of color #1603C8: hue angle of 245.79º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1603C8 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB223200-
CMYK0.890.9800.22
HSL245.79º97.04%39.8%-
HSV(B)245.79º98.5%78.43%-
XYZ10.794.4154.93-
YUV31.14223.29121.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.78%
GREEN value IS 3 (1.56% from 255) = 1.33%
BLUE value IS 200 (78.52% from 255) = 88.89%
R=9.78%
G=1.33%
B=88.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2232000.890.9800.22245.7997.0439.8
Hex163C85962016f66128
Octal26331013114202636614150
Binary10110111100100010110011100010010110111101101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1603C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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