Html Css Color HEX #193BDA Persian Blue

📋 copy color: '#193BDA'

red 25 ◦ green 59 ◦ blue 218

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

Shades of Persian Blue #193BDA

Tints of Persian Blue #193BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.54%

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

R = 8.28%
G = 19.54%
B = 72.19%

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

#193BDA (or 0x193BDA) is known color: Persian Blue. HEX triplet: 19, 3B and DA. RGB value is (25,59,218). Sum of RGB (Red+Green+Blue) = 25+59+218=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 218 (85.55% from 255 or 72.19% from 302); Max value from RGB is 218 - color contains mainly: blue. Hex color #193BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193BDA is #E6C425. Grayscale: #424242. Windows color (decimal): -15123494 or 14301977. OLE color: 14301977.

HSL color Cylindrical-coordinate representation of color #193BDA: hue angle of 229.43º 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 #193BDA is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 59 218 -
CMYK 0.89 0.73 0 0.15
HSL 229.43º 0.79% 0.48% -
HSV(B) 229.43º 0.89% 0.85% -
XYZ 14.62 8.4 67.18 -
YUV 66.96 213.24 98.07 -
System Red Green Blue C M Y K H S L
Decimal 25 59 218 0.89 0.73 0 0.15 229.43 0.79 0.48
Hex 19 3B DA 59 49 0 F E5 4F 30
Octal 31 73 332 131 111 0 17 345 117 60
Binary 11001 111011 11011010 1011001 1001001 0 1111 11100101 1001111 110000

Color Harmonies of #193BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193BDA

Black with #193BDA

Text Example


Text Example

White with #193BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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