#1831E0

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

Shades of Persian Blue #1831E0

Tints of Persian Blue #1831E0

Color information

#1831E0 (or 0x1831E0) is unknown color: approx Persian Blue. HEX triplet: 18, 31 and E0. RGB value is (24,49,224). Sum of RGB (Red+Green+Blue) = 24+49+224=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 224 (87.89% from 255 or 75.42% from 297); Max value from RGB is 224 - color contains mainly: blue. Hex color #1831E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1831E0 is #E7CE1F. Grayscale: #3C3C3C. Windows color (decimal): -15191584 or 14692632. OLE color: 14692632.

HSL color Cylindrical-coordinate representation of color #1831E0: hue angle of 232.5º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1831E0 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2449224-
CMYK0.890.7800.12
HSL232.5º80.65%48.63%-
HSV(B)232.5º89.29%87.84%-
XYZ14.937.7771.23-
YUV61.48219.72101.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.08%
GREEN value IS 49 (19.53% from 255) = 16.50%
BLUE value IS 224 (87.89% from 255) = 75.42%
R=8.08%
G=16.50%
B=75.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal24492240.890.7800.12232.580.6548.63
Hex1831E0594E0Ce85131
Octal306134013111601435012161
Binary11000110001111000001011001100111001100111010001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1831E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1831E0; }

 p { color: rgb(24,49,224); }

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

<style>
 a { background-color: #1831E0; }

 a { background-color: rgb(24,49,224); }

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

<style>
 span { border-color: #1831E0; }

 span { border-color: rgb(24,49,224); }

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