Html Css Color HEX #193AB3 Persian Blue

📋 copy color: '#193AB3'

red 25 ◦ green 58 ◦ blue 179

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

Shades of Persian Blue #193AB3

Tints of Persian Blue #193AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 68.32%

R = 9.54%
G = 22.14%
B = 68.32%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#193AB3 (or 0x193AB3) is known color: Persian Blue. HEX triplet: 19, 3A and B3. RGB value is (25,58,179). Sum of RGB (Red+Green+Blue) = 25+58+179=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 179 (70.31% from 255 or 68.32% from 262); Max value from RGB is 179 - color contains mainly: blue. Hex color #193AB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193AB3 is #E6C54C. Grayscale: #3D3D3D. Windows color (decimal): -15123789 or 11745817. OLE color: 11745817.

HSL color Cylindrical-coordinate representation of color #193AB3: hue angle of 227.14º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #193AB3 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 25 58 179 -
CMYK 0.86 0.68 0 0.30
HSL 227.14º 0.75% 0.4% -
HSV(B) 227.14º 0.86% 0.7% -
XYZ 10.05 6.49 43.37 -
YUV 61.93 194.07 101.66 -
System Red Green Blue C M Y K H S L
Decimal 25 58 179 0.86 0.68 0 0.30 227.14 0.75 0.4
Hex 19 3A B3 56 44 0 1E E3 4B 28
Octal 31 72 263 126 104 0 36 343 113 50
Binary 11001 111010 10110011 1010110 1000100 0 11110 11100011 1001011 101000

Color Harmonies of #193AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193AB3

Black with #193AB3

Text Example


Text Example

White with #193AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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