Html Css Color HEX #193BDE Persian Blue

📋 copy color: '#193BDE'

red 25 ◦ green 59 ◦ blue 222

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

Shades of Persian Blue #193BDE

Tints of Persian Blue #193BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 72.55%

R = 8.17%
G = 19.28%
B = 72.55%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#193BDE (or 0x193BDE) is known color: Persian Blue. HEX triplet: 19, 3B and DE. RGB value is (25,59,222). Sum of RGB (Red+Green+Blue) = 25+59+222=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 222 (87.11% from 255 or 72.55% from 306); Max value from RGB is 222 - color contains mainly: blue. Hex color #193BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193BDE is #E6C421. Grayscale: #424242. Windows color (decimal): -15123490 or 14564121. OLE color: 14564121.

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

Color convert

RGB 25 59 222 -
CMYK 0.89 0.73 0 0.13
HSL 229.64º 0.8% 0.48% -
HSV(B) 229.64º 0.89% 0.87% -
XYZ 15.15 8.61 69.97 -
YUV 67.42 215.24 97.75 -
System Red Green Blue C M Y K H S L
Decimal 25 59 222 0.89 0.73 0 0.13 229.64 0.8 0.48
Hex 19 3B DE 59 49 0 D E6 50 30
Octal 31 73 336 131 111 0 15 346 120 60
Binary 11001 111011 11011110 1011001 1001001 0 1101 11100110 1010000 110000

Color Harmonies of #193BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193BDE

Black with #193BDE

Text Example


Text Example

White with #193BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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