#1603BE

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

Shades of Medium Blue #1603BE

Tints of Medium Blue #1603BE

Color information

#1603BE (or 0x1603BE) is unknown color: approx Medium Blue. HEX triplet: 16, 03 and BE. RGB value is (22,3,190). Sum of RGB (Red+Green+Blue) = 22+3+190=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 190 (74.61% from 255 or 88.37% from 215); Max value from RGB is 190 - color contains mainly: blue. Hex color #1603BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1603BE is #E9FC41. Grayscale: #1D1D1D. Windows color (decimal): -15334466 or 12452630. OLE color: 12452630.

HSL color Cylindrical-coordinate representation of color #1603BE: hue angle of 246.1º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1603BE is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB223190-
CMYK0.880.9800.25
HSL246.1º96.89%37.84%-
HSV(B)246.1º98.42%74.51%-
XYZ9.663.9548.97-
YUV30218.29122.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.23%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 190 (74.61% from 255) = 88.37%
R=10.23%
G=1.40%
B=88.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2231900.880.9800.25246.196.8937.84
Hex163BE5862019f66126
Octal26327613014203136614146
Binary10110111011111010110001100010011001111101101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1603BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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