Html Css Color HEX #193EED Persian Blue

📋 copy color: '#193EED'

red 25 ◦ green 62 ◦ blue 237

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

Shades of Persian Blue #193EED

Tints of Persian Blue #193EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 73.15%

R = 7.72%
G = 19.14%
B = 73.15%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#193EED (or 0x193EED) is known color: Persian Blue. HEX triplet: 19, 3E and ED. RGB value is (25,62,237). Sum of RGB (Red+Green+Blue) = 25+62+237=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 237 (92.97% from 255 or 73.15% from 324); Max value from RGB is 237 - color contains mainly: blue. Hex color #193EED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193EED is #E6C112. Grayscale: #464646. Windows color (decimal): -15122707 or 15547929. OLE color: 15547929.

HSL color Cylindrical-coordinate representation of color #193EED: hue angle of 229.53º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193EED is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 62 237 -
CMYK 0.89 0.74 0 0.07
HSL 229.53º 0.85% 0.51% -
HSV(B) 229.53º 0.89% 0.93% -
XYZ 17.41 9.77 81.09 -
YUV 70.89 221.74 95.27 -
System Red Green Blue C M Y K H S L
Decimal 25 62 237 0.89 0.74 0 0.07 229.53 0.85 0.51
Hex 19 3E ED 59 4A 0 7 E6 55 33
Octal 31 76 355 131 112 0 7 346 125 63
Binary 11001 111110 11101101 1011001 1001010 0 111 11100110 1010101 110011

Color Harmonies of #193EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193EED

Black with #193EED

Text Example


Text Example

White with #193EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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