Html Css Color HEX #192ABD Persian Blue

📋 copy color: '#192ABD'

red 25 ◦ green 42 ◦ blue 189

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

Shades of Persian Blue #192ABD

Tints of Persian Blue #192ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 73.83%

R = 9.77%
G = 16.41%
B = 73.83%

CMYK

 C value IS 0.87

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#192ABD (or 0x192ABD) is known color: Persian Blue. HEX triplet: 19, 2A and BD. RGB value is (25,42,189). Sum of RGB (Red+Green+Blue) = 25+42+189=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 189 (74.22% from 255 or 73.83% from 256); Max value from RGB is 189 - color contains mainly: blue. Hex color #192ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192ABD is #E6D542. Grayscale: #353535. Windows color (decimal): -15127875 or 12397081. OLE color: 12397081.

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

Color convert

RGB 25 42 189 -
CMYK 0.87 0.78 0 0.26
HSL 233.78º 0.77% 0.42% -
HSV(B) 233.78º 0.87% 0.74% -
XYZ 10.41 5.54 48.66 -
YUV 53.68 204.37 107.55 -
System Red Green Blue C M Y K H S L
Decimal 25 42 189 0.87 0.78 0 0.26 233.78 0.77 0.42
Hex 19 2A BD 57 4E 0 1A EA 4D 2A
Octal 31 52 275 127 116 0 32 352 115 52
Binary 11001 101010 10111101 1010111 1001110 0 11010 11101010 1001101 101010

Color Harmonies of #192ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192ABD

Black with #192ABD

Text Example


Text Example

White with #192ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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