#192BB9

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

Shades of Persian Blue #192BB9

Tints of Persian Blue #192BB9

Color information

#192BB9 (or 0x192BB9) is unknown color: approx Persian Blue. HEX triplet: 19, 2B and B9. RGB value is (25,43,185). Sum of RGB (Red+Green+Blue) = 25+43+185=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 185 (72.66% from 255 or 73.12% from 253); Max value from RGB is 185 - color contains mainly: blue. Hex color #192BB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192BB9 is #E6D446. Grayscale: #353535. Windows color (decimal): -15127623 or 12135193. OLE color: 12135193.

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

Color convert

RGB2543185-
CMYK0.860.7700.27
HSL233.25º76.19%41.18%-
HSV(B)233.25º86.49%72.55%-
XYZ10.025.4446.42-
YUV53.81202.04107.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.88%
GREEN value IS 43 (17.19% from 255) = 17.00%
BLUE value IS 185 (72.66% from 255) = 73.12%
R=9.88%
G=17.00%
B=73.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal25431850.860.7700.27233.2576.1941.18
Hex192BB9564D01Be94c29
Octal315327112611503335111451
Binary110011010111011100110101101001101011011111010011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,43,185); }

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

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

 a { background-color: rgb(25,43,185); }

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

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

 span { border-color: rgb(25,43,185); }

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