#1638B1

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

Shades of Persian Blue #1638B1

Tints of Persian Blue #1638B1

Color information

#1638B1 (or 0x1638B1) is unknown color: approx Persian Blue. HEX triplet: 16, 38 and B1. RGB value is (22,56,177). Sum of RGB (Red+Green+Blue) = 22+56+177=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 177 (69.53% from 255 or 69.41% from 255); Max value from RGB is 177 - color contains mainly: blue. Hex color #1638B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1638B1 is #E9C74E. Grayscale: #3B3B3B. Windows color (decimal): -15320911 or 11614230. OLE color: 11614230.

HSL color Cylindrical-coordinate representation of color #1638B1: hue angle of 226.84º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1638B1 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2256177-
CMYK0.880.6800.31
HSL226.84º77.89%39.02%-
HSV(B)226.84º87.57%69.41%-
XYZ9.686.1742.28-
YUV59.63194.24101.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.63%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 177 (69.53% from 255) = 69.41%
R=8.63%
G=21.96%
B=69.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal22561770.880.6800.31226.8477.8939.02
Hex1638B1584401Fe34e27
Octal267026113010403734311647
Binary101101110001011000110110001000100011111111000111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1638B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1638B1; }

 p { color: rgb(22,56,177); }

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

<style>
 a { background-color: #1638B1; }

 a { background-color: rgb(22,56,177); }

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

<style>
 span { border-color: #1638B1; }

 span { border-color: rgb(22,56,177); }

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