#192BD6

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

Shades of Persian Blue #192BD6

Tints of Persian Blue #192BD6

Color information

#192BD6 (or 0x192BD6) is unknown color: approx Persian Blue. HEX triplet: 19, 2B and D6. RGB value is (25,43,214). Sum of RGB (Red+Green+Blue) = 25+43+214=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 214 (83.98% from 255 or 75.89% from 282); Max value from RGB is 214 - color contains mainly: blue. Hex color #192BD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192BD6 is #E6D429. Grayscale: #383838. Windows color (decimal): -15127594 or 14035737. OLE color: 14035737.

HSL color Cylindrical-coordinate representation of color #192BD6: hue angle of 234.29º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #192BD6 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2543214-
CMYK0.880.8000.16
HSL234.29º79.08%46.86%-
HSV(B)234.29º88.32%83.92%-
XYZ13.46.7964.22-
YUV57.11216.54105.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.87%
GREEN value IS 43 (17.19% from 255) = 15.25%
BLUE value IS 214 (83.98% from 255) = 75.89%
R=8.87%
G=15.25%
B=75.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal25432140.880.8000.16234.2979.0846.86
Hex192BD65850010ea4f2f
Octal315332613012002035211757
Binary110011010111101011010110001010000010000111010101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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