Html Css Color HEX #192ABA Persian Blue

📋 copy color: '#192ABA'

red 25 ◦ green 42 ◦ blue 186

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

Shades of Persian Blue #192ABA

Tints of Persian Blue #192ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 73.52%

R = 9.88%
G = 16.6%
B = 73.52%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#192ABA (or 0x192ABA) is known color: Persian Blue. HEX triplet: 19, 2A and BA. RGB value is (25,42,186). Sum of RGB (Red+Green+Blue) = 25+42+186=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 186 (73.05% from 255 or 73.52% from 253); Max value from RGB is 186 - color contains mainly: blue. Hex color #192ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192ABA is #E6D545. Grayscale: #343434. Windows color (decimal): -15127878 or 12200473. OLE color: 12200473.

HSL color Cylindrical-coordinate representation of color #192ABA: hue angle of 233.66º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #192ABA is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 42 186 -
CMYK 0.87 0.77 0 0.27
HSL 233.66º 0.76% 0.41% -
HSV(B) 233.66º 0.87% 0.73% -
XYZ 10.09 5.41 46.97 -
YUV 53.33 202.87 107.79 -
System Red Green Blue C M Y K H S L
Decimal 25 42 186 0.87 0.77 0 0.27 233.66 0.76 0.41
Hex 19 2A BA 57 4D 0 1B EA 4C 29
Octal 31 52 272 127 115 0 33 352 114 51
Binary 11001 101010 10111010 1010111 1001101 0 11011 11101010 1001100 101001

Color Harmonies of #192ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192ABA

Black with #192ABA

Text Example


Text Example

White with #192ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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