Html Css Color HEX #193EEE Persian Blue

📋 copy color: '#193EEE'

red 25 ◦ green 62 ◦ blue 238

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

Shades of Persian Blue #193EEE

Tints of Persian Blue #193EEE

RGB

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

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

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

R = 7.69%
G = 19.08%
B = 73.23%

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

#193EEE (or 0x193EEE) is known color: Persian Blue. HEX triplet: 19, 3E and EE. RGB value is (25,62,238). Sum of RGB (Red+Green+Blue) = 25+62+238=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 238 (93.36% from 255 or 73.23% from 325); Max value from RGB is 238 - color contains mainly: blue. Hex color #193EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193EEE is #E6C111. Grayscale: #464646. Windows color (decimal): -15122706 or 15613465. OLE color: 15613465.

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

Color convert

RGB 25 62 238 -
CMYK 0.89 0.74 0 0.07
HSL 229.58º 0.86% 0.52% -
HSV(B) 229.58º 0.89% 0.93% -
XYZ 17.56 9.82 81.86 -
YUV 71 222.24 95.19 -
System Red Green Blue C M Y K H S L
Decimal 25 62 238 0.89 0.74 0 0.07 229.58 0.86 0.52
Hex 19 3E EE 59 4A 0 7 E6 56 34
Octal 31 76 356 131 112 0 7 346 126 64
Binary 11001 111110 11101110 1011001 1001010 0 111 11100110 1010110 110100

Color Harmonies of #193EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193EEE

Black with #193EEE

Text Example


Text Example

White with #193EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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