Html Css Color HEX #193EDE Persian Blue

📋 copy color: '#193EDE'

red 25 ◦ green 62 ◦ blue 222

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

Shades of Persian Blue #193EDE

Tints of Persian Blue #193EDE

RGB

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

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

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

R = 8.09%
G = 20.06%
B = 71.84%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#193EDE (or 0x193EDE) is known color: Persian Blue. HEX triplet: 19, 3E and DE. RGB value is (25,62,222). Sum of RGB (Red+Green+Blue) = 25+62+222=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 222 (87.11% from 255 or 71.84% from 309); Max value from RGB is 222 - color contains mainly: blue. Hex color #193EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193EDE is #E6C121. Grayscale: #444444. Windows color (decimal): -15122722 or 14564889. OLE color: 14564889.

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

Color convert

RGB 25 62 222 -
CMYK 0.89 0.72 0 0.13
HSL 228.73º 0.8% 0.48% -
HSV(B) 228.73º 0.89% 0.87% -
XYZ 15.31 8.93 70.02 -
YUV 69.18 214.24 96.49 -
System Red Green Blue C M Y K H S L
Decimal 25 62 222 0.89 0.72 0 0.13 228.73 0.8 0.48
Hex 19 3E DE 59 48 0 D E5 50 30
Octal 31 76 336 131 110 0 15 345 120 60
Binary 11001 111110 11011110 1011001 1001000 0 1101 11100101 1010000 110000

Color Harmonies of #193EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193EDE

Black with #193EDE

Text Example


Text Example

White with #193EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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