#1603BB

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

Shades of Medium Blue #1603BB

Tints of Medium Blue #1603BB

Color information

#1603BB (or 0x1603BB) is unknown color: approx Medium Blue. HEX triplet: 16, 03 and BB. RGB value is (22,3,187). Sum of RGB (Red+Green+Blue) = 22+3+187=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 187 (73.44% from 255 or 88.21% from 212); Max value from RGB is 187 - color contains mainly: blue. Hex color #1603BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1603BB is #E9FC44. Grayscale: #1C1C1C. Windows color (decimal): -15334469 or 12256022. OLE color: 12256022.

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

Color convert

RGB223187-
CMYK0.880.9800.27
HSL246.2º96.84%37.25%-
HSV(B)246.2º98.4%73.33%-
XYZ9.333.8247.26-
YUV29.66216.79122.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.38%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 187 (73.44% from 255) = 88.21%
R=10.38%
G=1.42%
B=88.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2231870.880.9800.27246.296.8437.25
Hex163BB586201Bf66125
Octal26327313014203336614145
Binary10110111011101110110001100010011011111101101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1603BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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