#192AE8

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

Shades of Persian Blue #192AE8

Tints of Persian Blue #192AE8

Color information

#192AE8 (or 0x192AE8) is unknown color: approx Persian Blue. HEX triplet: 19, 2A and E8. RGB value is (25,42,232). Sum of RGB (Red+Green+Blue) = 25+42+232=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 232 (91.02% from 255 or 77.59% from 299); Max value from RGB is 232 - color contains mainly: blue. Hex color #192AE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #192AE8 is #E6D517. Grayscale: #393939. Windows color (decimal): -15127832 or 15215129. OLE color: 15215129.

HSL color Cylindrical-coordinate representation of color #192AE8: hue angle of 235.07º 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 #192AE8 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2542232-
CMYK0.890.8200.09
HSL235.07º81.82%50.39%-
HSV(B)235.07º89.22%90.98%-
XYZ15.797.6977-
YUV58.58225.87104.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.36%
GREEN value IS 42 (16.80% from 255) = 14.05%
BLUE value IS 232 (91.02% from 255) = 77.59%
R=8.36%
G=14.05%
B=77.59%

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
Decimal25422320.890.8200.09235.0781.8250.39
Hex192AE8595209eb5232
Octal315235013112201135312262
Binary11001101010111010001011001101001001001111010111010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192AE8; }

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

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

<style>
 a { background-color: #192AE8; }

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

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

<style>
 span { border-color: #192AE8; }

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

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