#1E41BC

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

Shades of Persian Blue #1E41BC

Tints of Persian Blue #1E41BC

Color information

#1E41BC (or 0x1E41BC) is unknown color: approx Persian Blue. HEX triplet: 1E, 41 and BC. RGB value is (30,65,188). Sum of RGB (Red+Green+Blue) = 30+65+188=283 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.60% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #1E41BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E41BC is #E1BE43. Grayscale: #444444. Windows color (decimal): -14794308 or 12337438. OLE color: 12337438.

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

Color convert

RGB3065188-
CMYK0.840.6500.26
HSL226.71º72.48%42.75%-
HSV(B)226.71º84.04%73.73%-
XYZ11.57.6948.45-
YUV68.56195.4100.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.60%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 188 (73.83% from 255) = 66.43%
R=10.60%
G=22.97%
B=66.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30651880.840.6500.26226.7172.4842.75
Hex1E41BC544101Ae3482b
Octal3610127412410103234311053
Binary1111010000011011110010101001000001011010111000111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E41BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,65,188); }

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

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

 a { background-color: rgb(30,65,188); }

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

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

 span { border-color: rgb(30,65,188); }

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