Html Css Color HEX #193AEE Persian Blue

📋 copy color: '#193AEE'

red 25 ◦ green 58 ◦ blue 238

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

Shades of Persian Blue #193AEE

Tints of Persian Blue #193AEE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.07%

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

R = 7.79%
G = 18.07%
B = 74.14%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#193AEE (or 0x193AEE) is known color: Persian Blue. HEX triplet: 19, 3A and EE. RGB value is (25,58,238). Sum of RGB (Red+Green+Blue) = 25+58+238=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 238 (93.36% from 255 or 74.14% from 321); Max value from RGB is 238 - color contains mainly: blue. Hex color #193AEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193AEE is #E6C511. Grayscale: #434343. Windows color (decimal): -15123730 or 15612441. OLE color: 15612441.

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

Color convert

RGB 25 58 238 -
CMYK 0.89 0.76 0 0.07
HSL 230.7º 0.86% 0.52% -
HSV(B) 230.7º 0.89% 0.93% -
XYZ 17.35 9.41 81.79 -
YUV 68.65 223.57 96.86 -
System Red Green Blue C M Y K H S L
Decimal 25 58 238 0.89 0.76 0 0.07 230.7 0.86 0.52
Hex 19 3A EE 59 4C 0 7 E7 56 34
Octal 31 72 356 131 114 0 7 347 126 64
Binary 11001 111010 11101110 1011001 1001100 0 111 11100111 1010110 110100

Color Harmonies of #193AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193AEE

Black with #193AEE

Text Example


Text Example

White with #193AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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