#192ED0

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

Shades of Persian Blue #192ED0

Tints of Persian Blue #192ED0

Color information

#192ED0 (or 0x192ED0) is unknown color: approx Persian Blue. HEX triplet: 19, 2E and D0. RGB value is (25,46,208). Sum of RGB (Red+Green+Blue) = 25+46+208=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 208 (81.64% from 255 or 74.55% from 279); Max value from RGB is 208 - color contains mainly: blue. Hex color #192ED0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192ED0 is #E6D12F. Grayscale: #393939. Windows color (decimal): -15126832 or 13643289. OLE color: 13643289.

HSL color Cylindrical-coordinate representation of color #192ED0: hue angle of 233.11º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #192ED0 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2546208-
CMYK0.880.7800.18
HSL233.11º78.54%45.69%-
HSV(B)233.11º87.98%81.57%-
XYZ12.766.7160.3-
YUV58.19212.54104.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.96%
GREEN value IS 46 (18.36% from 255) = 16.49%
BLUE value IS 208 (81.64% from 255) = 74.55%
R=8.96%
G=16.49%
B=74.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal25462080.880.7800.18233.1178.5445.69
Hex192ED0584E012e94f2e
Octal315632013011602235111756
Binary110011011101101000010110001001110010010111010011001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,46,208); }

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

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

 a { background-color: rgb(25,46,208); }

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

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

 span { border-color: rgb(25,46,208); }

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