#162BDA

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

Shades of Persian Blue #162BDA

Tints of Persian Blue #162BDA

Color information

#162BDA (or 0x162BDA) is unknown color: approx Persian Blue. HEX triplet: 16, 2B and DA. RGB value is (22,43,218). Sum of RGB (Red+Green+Blue) = 22+43+218=283 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.77% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 218 (85.55% from 255 or 77.03% from 283); Max value from RGB is 218 - color contains mainly: blue. Hex color #162BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #162BDA is #E9D425. Grayscale: #373737. Windows color (decimal): -15324198 or 14297878. OLE color: 14297878.

HSL color Cylindrical-coordinate representation of color #162BDA: hue angle of 233.57º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #162BDA is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2243218-
CMYK0.900.8000.15
HSL233.57º81.67%47.06%-
HSV(B)233.57º89.91%85.49%-
XYZ13.856.9666.94-
YUV56.67219.04103.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.77%
GREEN value IS 43 (17.19% from 255) = 15.19%
BLUE value IS 218 (85.55% from 255) = 77.03%
R=7.77%
G=15.19%
B=77.03%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal22432180.900.8000.15233.5781.6747.06
Hex162BDA5A500Fea522f
Octal265333213212001735212257
Binary10110101011110110101011010101000001111111010101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162BDA; }

 p { color: rgb(22,43,218); }

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

<style>
 a { background-color: #162BDA; }

 a { background-color: rgb(22,43,218); }

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

<style>
 span { border-color: #162BDA; }

 span { border-color: rgb(22,43,218); }

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