#192ddd

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

Shades of Persian Blue #192DDD

Tints of Persian Blue #192DDD

Color information

#192DDD (or 0x192DDD) is unknown color: approx Persian Blue. HEX triplet: 19, 2D and DD. RGB value is (25,45,221). Sum of RGB (Red+Green+Blue) = 25+45+221=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 221 (86.72% from 255 or 75.95% from 291); Max value from RGB is 221 - color contains mainly: blue. Hex color #192DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192DDD is #E6D222. Grayscale: #3A3A3A. Windows color (decimal): -15127075 or 14495001. OLE color: 14495001.

HSL color Cylindrical-coordinate representation of color #192DDD: hue angle of 233.88º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #192DDD is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2545221-
CMYK0.890.8000.13
HSL233.88º79.67%48.24%-
HSV(B)233.88º88.69%86.67%-
XYZ14.397.369.06-
YUV59.08219.37103.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.59%
GREEN value IS 45 (17.97% from 255) = 15.46%
BLUE value IS 221 (86.72% from 255) = 75.95%
R=8.59%
G=15.46%
B=75.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal25452210.890.8000.13233.8879.6748.24
Hex192DDD59500Dea5030
Octal315533513112001535212060
Binary11001101101110111011011001101000001101111010101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192ddd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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