Html Css Color HEX #193ABC Persian Blue

📋 copy color: '#193ABC'

red 25 ◦ green 58 ◦ blue 188

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

Shades of Persian Blue #193ABC

Tints of Persian Blue #193ABC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.4%

 BLUE value IS 188 (73.83% from 255) = 69.37%

R = 9.23%
G = 21.4%
B = 69.37%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#193ABC (or 0x193ABC) is known color: Persian Blue. HEX triplet: 19, 3A and BC. RGB value is (25,58,188). Sum of RGB (Red+Green+Blue) = 25+58+188=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #193ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193ABC is #E6C543. Grayscale: #3E3E3E. Windows color (decimal): -15123780 or 12335641. OLE color: 12335641.

HSL color Cylindrical-coordinate representation of color #193ABC: hue angle of 227.85º 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 #193ABC is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 25 58 188 -
CMYK 0.87 0.69 0 0.26
HSL 227.85º 0.77% 0.42% -
HSV(B) 227.85º 0.87% 0.74% -
XYZ 10.99 6.86 48.32 -
YUV 62.95 198.57 100.93 -
System Red Green Blue C M Y K H S L
Decimal 25 58 188 0.87 0.69 0 0.26 227.85 0.77 0.42
Hex 19 3A BC 57 45 0 1A E4 4D 2A
Octal 31 72 274 127 105 0 32 344 115 52
Binary 11001 111010 10111100 1010111 1000101 0 11010 11100100 1001101 101010

Color Harmonies of #193ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193ABC

Black with #193ABC

Text Example


Text Example

White with #193ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193ABC; }

 p { color: rgb(25,58,188); }

 H1.HeaderClassName
 {
   color: #193ABC;
 }
 .AnyTagClassName
 {
   color: #193ABC;
 }
</style>

background-color css

<style>
 a { background-color: #193ABC; }

 a { background-color: rgb(25,58,188); }

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

border-color css

<style>
 span { border-color: #193ABC; }

 span { border-color: rgb(25,58,188); }

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