#161EBD

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

Shades of Persian Blue #161EBD

Tints of Persian Blue #161EBD

Color information

#161EBD (or 0x161EBD) is unknown color: approx Persian Blue. HEX triplet: 16, 1E and BD. RGB value is (22,30,189). Sum of RGB (Red+Green+Blue) = 22+30+189=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 189 (74.22% from 255 or 78.42% from 241); Max value from RGB is 189 - color contains mainly: blue. Hex color #161EBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161EBD is #E9E142. Grayscale: #2D2D2D. Windows color (decimal): -15327555 or 12394006. OLE color: 12394006.

HSL color Cylindrical-coordinate representation of color #161EBD: hue angle of 237.13º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #161EBD is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2230189-
CMYK0.880.8400.26
HSL237.13º79.15%41.37%-
HSV(B)237.13º88.36%74.12%-
XYZ9.984.7748.54-
YUV45.73208.85111.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.13%
GREEN value IS 30 (12.11% from 255) = 12.45%
BLUE value IS 189 (74.22% from 255) = 78.42%
R=9.13%
G=12.45%
B=78.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal22301890.880.8400.26237.1379.1541.37
Hex161EBD585401Aed4f29
Octal263627513012403235511751
Binary10110111101011110110110001010100011010111011011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161EBD; }

 p { color: rgb(22,30,189); }

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

<style>
 a { background-color: #161EBD; }

 a { background-color: rgb(22,30,189); }

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

<style>
 span { border-color: #161EBD; }

 span { border-color: rgb(22,30,189); }

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