#1631B3

Color #1631B3 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1631B3

Tints of Persian Blue #1631B3

Color information

#1631B3 (or 0x1631B3) is unknown color: approx Persian Blue. HEX triplet: 16, 31 and B3. RGB value is (22,49,179). Sum of RGB (Red+Green+Blue) = 22+49+179=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 179 (70.31% from 255 or 71.6% from 250); Max value from RGB is 179 - color contains mainly: blue. Hex color #1631B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1631B3 is #E9CE4C. Grayscale: #373737. Windows color (decimal): -15322701 or 11743510. OLE color: 11743510.

HSL color Cylindrical-coordinate representation of color #1631B3: hue angle of 229.68º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1631B3 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2249179-
CMYK0.880.7300.30
HSL229.68º78.11%39.41%-
HSV(B)229.68º87.71%70.2%-
XYZ9.575.6243.23-
YUV55.75197.55103.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.8%
GREEN value IS 49 (19.53% from 255) = 19.6%
BLUE value IS 179 (70.31% from 255) = 71.6%
R=8.8%
G=19.6%
B=71.6%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal22491790.880.7300.30229.6878.1139.41
Hex1631B3584901Ee64e27
Octal266126313011103634611647
Binary101101100011011001110110001001001011110111001101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1631B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1631B3; }

 p { color: rgb(22,49,179); }

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

<style>
 a { background-color: #1631B3; }

 a { background-color: rgb(22,49,179); }

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

<style>
 span { border-color: #1631B3; }

 span { border-color: rgb(22,49,179); }

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