#1929E8

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

Shades of Persian Blue #1929E8

Tints of Persian Blue #1929E8

Color information

#1929E8 (or 0x1929E8) is unknown color: approx Persian Blue. HEX triplet: 19, 29 and E8. RGB value is (25,41,232). Sum of RGB (Red+Green+Blue) = 25+41+232=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 232 (91.02% from 255 or 77.85% from 298); Max value from RGB is 232 - color contains mainly: blue. Hex color #1929E8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1929E8 is #E6D617. Grayscale: #393939. Windows color (decimal): -15128088 or 15214873. OLE color: 15214873.

HSL color Cylindrical-coordinate representation of color #1929E8: hue angle of 235.36º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1929E8 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2541232-
CMYK0.890.8200.09
HSL235.36º81.82%50.39%-
HSV(B)235.36º89.22%90.98%-
XYZ15.767.6276.98-
YUV57.99226.2104.47-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.39%
GREEN value IS 41 (16.41% from 255) = 13.76%
BLUE value IS 232 (91.02% from 255) = 77.85%
R=8.39%
G=13.76%
B=77.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal25412320.890.8200.09235.3681.8250.39
Hex1929E8595209eb5232
Octal315135013112201135312262
Binary11001101001111010001011001101001001001111010111010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1929E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1929E8; }

 p { color: rgb(25,41,232); }

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

<style>
 a { background-color: #1929E8; }

 a { background-color: rgb(25,41,232); }

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

<style>
 span { border-color: #1929E8; }

 span { border-color: rgb(25,41,232); }

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