#1E46BD

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

Shades of Persian Blue #1E46BD

Tints of Persian Blue #1E46BD

Color information

#1E46BD (or 0x1E46BD) is unknown color: approx Persian Blue. HEX triplet: 1E, 46 and BD. RGB value is (30,70,189). Sum of RGB (Red+Green+Blue) = 30+70+189=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 189 (74.22% from 255 or 65.40% from 289); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E46BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E46BD is #E1B942. Grayscale: #474747. Windows color (decimal): -14793027 or 12404254. OLE color: 12404254.

HSL color Cylindrical-coordinate representation of color #1E46BD: hue angle of 224.91º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E46BD is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3070189-
CMYK0.840.6300.26
HSL224.91º72.6%42.94%-
HSV(B)224.91º84.13%74.12%-
XYZ11.918.3349.12-
YUV71.61194.2598.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.38%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 189 (74.22% from 255) = 65.40%
R=10.38%
G=24.22%
B=65.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30701890.840.6300.26224.9172.642.94
Hex1E46BD543F01Ae1492b
Octal361062751247703234111153
Binary111101000110101111011010100111111011010111000011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E46BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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