#1927E0

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

Shades of Persian Blue #1927E0

Tints of Persian Blue #1927E0

Color information

#1927E0 (or 0x1927E0) is unknown color: approx Persian Blue. HEX triplet: 19, 27 and E0. RGB value is (25,39,224). Sum of RGB (Red+Green+Blue) = 25+39+224=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 224 (87.89% from 255 or 77.78% from 288); Max value from RGB is 224 - color contains mainly: blue. Hex color #1927E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1927E0 is #E6D81F. Grayscale: #373737. Windows color (decimal): -15128608 or 14690073. OLE color: 14690073.

HSL color Cylindrical-coordinate representation of color #1927E0: hue angle of 235.78º degrees, saturation: 0.8, 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 #1927E0 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2539224-
CMYK0.890.8300.12
HSL235.78º79.92%48.82%-
HSV(B)235.78º88.84%87.84%-
XYZ14.587.0471.11-
YUV55.9222.86105.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.68%
GREEN value IS 39 (15.62% from 255) = 13.54%
BLUE value IS 224 (87.89% from 255) = 77.78%
R=8.68%
G=13.54%
B=77.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal25392240.890.8300.12235.7879.9248.82
Hex1927E059530Cec5031
Octal314734013112301435412061
Binary11001100111111000001011001101001101100111011001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1927E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,39,224); }

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

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

 a { background-color: rgb(25,39,224); }

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

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

 span { border-color: rgb(25,39,224); }

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