Html Css Color HEX #193FEE Persian Blue

📋 copy color: '#193FEE'

red 25 ◦ green 63 ◦ blue 238

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

Shades of Persian Blue #193FEE

Tints of Persian Blue #193FEE

RGB

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

 GREEN value IS 63 (25% from 255) = 19.33%

 BLUE value IS 238 (93.36% from 255) = 73.01%

R = 7.67%
G = 19.33%
B = 73.01%

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

#193FEE (or 0x193FEE) is known color: Persian Blue. HEX triplet: 19, 3F and EE. RGB value is (25,63,238). Sum of RGB (Red+Green+Blue) = 25+63+238=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 238 (93.36% from 255 or 73.01% from 326); Max value from RGB is 238 - color contains mainly: blue. Hex color #193FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193FEE is #E6C011. Grayscale: #464646. Windows color (decimal): -15122450 or 15613721. OLE color: 15613721.

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

Color convert

RGB 25 63 238 -
CMYK 0.89 0.74 0 0.07
HSL 229.3º 0.86% 0.52% -
HSV(B) 229.3º 0.89% 0.93% -
XYZ 17.61 9.93 81.88 -
YUV 71.59 221.91 94.77 -
System Red Green Blue C M Y K H S L
Decimal 25 63 238 0.89 0.74 0 0.07 229.3 0.86 0.52
Hex 19 3F EE 59 4A 0 7 E5 56 34
Octal 31 77 356 131 112 0 7 345 126 64
Binary 11001 111111 11101110 1011001 1001010 0 111 11100101 1010110 110100

Color Harmonies of #193FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FEE

Black with #193FEE

Text Example


Text Example

White with #193FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,63,238); }

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

background-color css

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

 a { background-color: rgb(25,63,238); }

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

border-color css

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

 span { border-color: rgb(25,63,238); }

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