Html Css Color HEX #192ADE Persian Blue

📋 copy color: '#192ADE'

red 25 ◦ green 42 ◦ blue 222

#192ADE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #192ADE

Tints of Persian Blue #192ADE

RGB

 RED value IS 25 (10.16% from 255) = 8.65%

 GREEN value IS 42 (16.8% from 255) = 14.53%

 BLUE value IS 222 (87.11% from 255) = 76.82%

R = 8.65%
G = 14.53%
B = 76.82%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#192ADE (or 0x192ADE) is known color: Persian Blue. HEX triplet: 19, 2A and DE. RGB value is (25,42,222). Sum of RGB (Red+Green+Blue) = 25+42+222=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 222 (87.11% from 255 or 76.82% from 289); Max value from RGB is 222 - color contains mainly: blue. Hex color #192ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192ADE is #E6D521. Grayscale: #383838. Windows color (decimal): -15127842 or 14559769. OLE color: 14559769.

HSL color Cylindrical-coordinate representation of color #192ADE: hue angle of 234.82º 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 #192ADE is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 42 222 -
CMYK 0.89 0.81 0 0.13
HSL 234.82º 0.8% 0.48% -
HSV(B) 234.82º 0.89% 0.87% -
XYZ 14.41 7.14 69.73 -
YUV 57.44 220.87 104.86 -
System Red Green Blue C M Y K H S L
Decimal 25 42 222 0.89 0.81 0 0.13 234.82 0.8 0.48
Hex 19 2A DE 59 51 0 D EB 50 30
Octal 31 52 336 131 121 0 15 353 120 60
Binary 11001 101010 11011110 1011001 1010001 0 1101 11101011 1010000 110000

Color Harmonies of #192ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192ADE

Black with #192ADE

Text Example


Text Example

White with #192ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,42,222); }

 H1.HeaderClassName
 {
   color: #192ADE;
 }
 .AnyTagClassName
 {
   color: #192ADE;
 }
</style>

background-color css

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

 a { background-color: rgb(25,42,222); }

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

border-color css

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

 span { border-color: rgb(25,42,222); }

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