#192DB7

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

Shades of Persian Blue #192DB7

Tints of Persian Blue #192DB7

Color information

#192DB7 (or 0x192DB7) is unknown color: approx Persian Blue. HEX triplet: 19, 2D and B7. RGB value is (25,45,183). Sum of RGB (Red+Green+Blue) = 25+45+183=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 183 (71.88% from 255 or 72.33% from 253); Max value from RGB is 183 - color contains mainly: blue. Hex color #192DB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192DB7 is #E6D248. Grayscale: #363636. Windows color (decimal): -15127113 or 12004633. OLE color: 12004633.

HSL color Cylindrical-coordinate representation of color #192DB7: hue angle of 232.41º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #192DB7 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB2545183-
CMYK0.860.7500.28
HSL232.41º75.96%40.78%-
HSV(B)232.41º86.34%71.76%-
XYZ9.895.545.34-
YUV54.75200.37106.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.88%
GREEN value IS 45 (17.97% from 255) = 17.79%
BLUE value IS 183 (71.88% from 255) = 72.33%
R=9.88%
G=17.79%
B=72.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal25451830.860.7500.28232.4175.9640.78
Hex192DB7564B01Ce84c29
Octal315526712611303435011451
Binary110011011011011011110101101001011011100111010001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,45,183); }

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

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

 a { background-color: rgb(25,45,183); }

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

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

 span { border-color: rgb(25,45,183); }

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