Html Css Color HEX #192ABF Persian Blue

📋 copy color: '#192ABF'

red 25 ◦ green 42 ◦ blue 191

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

Shades of Persian Blue #192ABF

Tints of Persian Blue #192ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 74.03%

R = 9.69%
G = 16.28%
B = 74.03%

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

#192ABF (or 0x192ABF) is known color: Persian Blue. HEX triplet: 19, 2A and BF. RGB value is (25,42,191). Sum of RGB (Red+Green+Blue) = 25+42+191=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 191 (75% from 255 or 74.03% from 258); Max value from RGB is 191 - color contains mainly: blue. Hex color #192ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192ABF is #E6D540. Grayscale: #353535. Windows color (decimal): -15127873 or 12528153. OLE color: 12528153.

HSL color Cylindrical-coordinate representation of color #192ABF: hue angle of 233.86º 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 #192ABF is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 42 191 -
CMYK 0.87 0.78 0 0.25
HSL 233.86º 0.77% 0.42% -
HSV(B) 233.86º 0.87% 0.75% -
XYZ 10.63 5.62 49.82 -
YUV 53.9 205.37 107.38 -
System Red Green Blue C M Y K H S L
Decimal 25 42 191 0.87 0.78 0 0.25 233.86 0.77 0.42
Hex 19 2A BF 57 4E 0 19 EA 4D 2A
Octal 31 52 277 127 116 0 31 352 115 52
Binary 11001 101010 10111111 1010111 1001110 0 11001 11101010 1001101 101010

Color Harmonies of #192ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192ABF

Black with #192ABF

Text Example


Text Example

White with #192ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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