Html Css Color HEX #193ADA Persian Blue

📋 copy color: '#193ADA'

red 25 ◦ green 58 ◦ blue 218

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

Shades of Persian Blue #193ADA

Tints of Persian Blue #193ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 72.43%

R = 8.31%
G = 19.27%
B = 72.43%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#193ADA (or 0x193ADA) is known color: Persian Blue. HEX triplet: 19, 3A and DA. RGB value is (25,58,218). Sum of RGB (Red+Green+Blue) = 25+58+218=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 218 (85.55% from 255 or 72.43% from 301); Max value from RGB is 218 - color contains mainly: blue. Hex color #193ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193ADA is #E6C525. Grayscale: #414141. Windows color (decimal): -15123750 or 14301721. OLE color: 14301721.

HSL color Cylindrical-coordinate representation of color #193ADA: hue angle of 229.74º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193ADA is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 58 218 -
CMYK 0.89 0.73 0 0.15
HSL 229.74º 0.79% 0.48% -
HSV(B) 229.74º 0.89% 0.85% -
XYZ 14.57 8.29 67.16 -
YUV 66.37 213.57 98.49 -
System Red Green Blue C M Y K H S L
Decimal 25 58 218 0.89 0.73 0 0.15 229.74 0.79 0.48
Hex 19 3A DA 59 49 0 F E6 4F 30
Octal 31 72 332 131 111 0 17 346 117 60
Binary 11001 111010 11011010 1011001 1001001 0 1111 11100110 1001111 110000

Color Harmonies of #193ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193ADA

Black with #193ADA

Text Example


Text Example

White with #193ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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