Html Css Color HEX #192BE0 Persian Blue

📋 copy color: '#192BE0'

red 25 ◦ green 43 ◦ blue 224

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

Shades of Persian Blue #192BE0

Tints of Persian Blue #192BE0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.73%

 BLUE value IS 224 (87.89% from 255) = 76.71%

R = 8.56%
G = 14.73%
B = 76.71%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#192BE0 (or 0x192BE0) is known color: Persian Blue. HEX triplet: 19, 2B and E0. RGB value is (25,43,224). Sum of RGB (Red+Green+Blue) = 25+43+224=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 224 (87.89% from 255 or 76.71% from 292); Max value from RGB is 224 - color contains mainly: blue. Hex color #192BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192BE0 is #E6D41F. Grayscale: #393939. Windows color (decimal): -15127584 or 14691097. OLE color: 14691097.

HSL color Cylindrical-coordinate representation of color #192BE0: hue angle of 234.57º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #192BE0 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 25 43 224 -
CMYK 0.89 0.81 0 0.12
HSL 234.57º 0.8% 0.49% -
HSV(B) 234.57º 0.89% 0.88% -
XYZ 14.72 7.32 71.16 -
YUV 58.25 221.54 104.28 -
System Red Green Blue C M Y K H S L
Decimal 25 43 224 0.89 0.81 0 0.12 234.57 0.8 0.49
Hex 19 2B E0 59 51 0 C EB 50 31
Octal 31 53 340 131 121 0 14 353 120 61
Binary 11001 101011 11100000 1011001 1010001 0 1100 11101011 1010000 110001

Color Harmonies of #192BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192BE0

Black with #192BE0

Text Example


Text Example

White with #192BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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