Html Css Color HEX #193EE0 Persian Blue

📋 copy color: '#193EE0'

red 25 ◦ green 62 ◦ blue 224

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

Shades of Persian Blue #193EE0

Tints of Persian Blue #193EE0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.94%

 BLUE value IS 224 (87.89% from 255) = 72.03%

R = 8.04%
G = 19.94%
B = 72.03%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#193EE0 (or 0x193EE0) is known color: Persian Blue. HEX triplet: 19, 3E and E0. RGB value is (25,62,224). Sum of RGB (Red+Green+Blue) = 25+62+224=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 224 (87.89% from 255 or 72.03% from 311); Max value from RGB is 224 - color contains mainly: blue. Hex color #193EE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193EE0 is #E6C11F. Grayscale: #444444. Windows color (decimal): -15122720 or 14695961. OLE color: 14695961.

HSL color Cylindrical-coordinate representation of color #193EE0: hue angle of 228.84º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193EE0 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 25 62 224 -
CMYK 0.89 0.72 0 0.12
HSL 228.84º 0.8% 0.49% -
HSV(B) 228.84º 0.89% 0.88% -
XYZ 15.58 9.03 71.44 -
YUV 69.41 215.24 96.33 -
System Red Green Blue C M Y K H S L
Decimal 25 62 224 0.89 0.72 0 0.12 228.84 0.8 0.49
Hex 19 3E E0 59 48 0 C E5 50 31
Octal 31 76 340 131 110 0 14 345 120 61
Binary 11001 111110 11100000 1011001 1001000 0 1100 11100101 1010000 110001

Color Harmonies of #193EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193EE0

Black with #193EE0

Text Example


Text Example

White with #193EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,62,224); }

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

background-color css

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

 a { background-color: rgb(25,62,224); }

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

border-color css

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

 span { border-color: rgb(25,62,224); }

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