Html Css Color HEX #192ABE Persian Blue

📋 copy color: '#192ABE'

red 25 ◦ green 42 ◦ blue 190

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

Shades of Persian Blue #192ABE

Tints of Persian Blue #192ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 73.93%

R = 9.73%
G = 16.34%
B = 73.93%

CMYK

 C value IS 0.87

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#192ABE (or 0x192ABE) is known color: Persian Blue. HEX triplet: 19, 2A and BE. RGB value is (25,42,190). Sum of RGB (Red+Green+Blue) = 25+42+190=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #192ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192ABE is #E6D541. Grayscale: #353535. Windows color (decimal): -15127874 or 12462617. OLE color: 12462617.

HSL color Cylindrical-coordinate representation of color #192ABE: hue angle of 233.82º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #192ABE is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 42 190 -
CMYK 0.87 0.78 0 0.25
HSL 233.82º 0.77% 0.42% -
HSV(B) 233.82º 0.87% 0.75% -
XYZ 10.52 5.58 49.24 -
YUV 53.79 204.87 107.47 -
System Red Green Blue C M Y K H S L
Decimal 25 42 190 0.87 0.78 0 0.25 233.82 0.77 0.42
Hex 19 2A BE 57 4E 0 19 EA 4D 2A
Octal 31 52 276 127 116 0 31 352 115 52
Binary 11001 101010 10111110 1010111 1001110 0 11001 11101010 1001101 101010

Color Harmonies of #192ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192ABE

Black with #192ABE

Text Example


Text Example

White with #192ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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