#1E16BD

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

Shades of Persian Blue #1E16BD

Tints of Persian Blue #1E16BD

Color information

#1E16BD (or 0x1E16BD) is unknown color: approx Persian Blue. HEX triplet: 1E, 16 and BD. RGB value is (30,22,189). Sum of RGB (Red+Green+Blue) = 30+22+189=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 22 (8.98% from 255 or 9.13% 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 #1E16BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E16BD is #E1E942. Grayscale: #2A2A2A. Windows color (decimal): -14805315 or 12391966. OLE color: 12391966.

HSL color Cylindrical-coordinate representation of color #1E16BD: hue angle of 242.87º 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 #1E16BD is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3022189-
CMYK0.840.8800.26
HSL242.87º79.15%41.37%-
HSV(B)242.87º88.36%74.12%-
XYZ10.014.5248.49-
YUV43.43210.15118.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30221890.840.8800.26242.8779.1541.37
Hex1E16BD545801Af34f29
Octal362627512413003236311751
Binary11110101101011110110101001011000011010111100111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E16BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E16BD; }

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

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

<style>
 a { background-color: #1E16BD; }

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

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

<style>
 span { border-color: #1E16BD; }

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

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