Html Css Color HEX #193BE6 Persian Blue

📋 copy color: '#193BE6'

red 25 ◦ green 59 ◦ blue 230

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

Shades of Persian Blue #193BE6

Tints of Persian Blue #193BE6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.79%

 BLUE value IS 230 (90.23% from 255) = 73.25%

R = 7.96%
G = 18.79%
B = 73.25%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#193BE6 (or 0x193BE6) is known color: Persian Blue. HEX triplet: 19, 3B and E6. RGB value is (25,59,230). Sum of RGB (Red+Green+Blue) = 25+59+230=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 230 (90.23% from 255 or 73.25% from 314); Max value from RGB is 230 - color contains mainly: blue. Hex color #193BE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193BE6 is #E6C419. Grayscale: #434343. Windows color (decimal): -15123482 or 15088409. OLE color: 15088409.

HSL color Cylindrical-coordinate representation of color #193BE6: hue angle of 230.05º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193BE6 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 25 59 230 -
CMYK 0.89 0.74 0 0.10
HSL 230.05º 0.8% 0.5% -
HSV(B) 230.05º 0.89% 0.9% -
XYZ 16.25 9.05 75.75 -
YUV 68.33 219.24 97.1 -
System Red Green Blue C M Y K H S L
Decimal 25 59 230 0.89 0.74 0 0.10 230.05 0.8 0.5
Hex 19 3B E6 59 4A 0 A E6 50 32
Octal 31 73 346 131 112 0 12 346 120 62
Binary 11001 111011 11100110 1011001 1001010 0 1010 11100110 1010000 110010

Color Harmonies of #193BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193BE6

Black with #193BE6

Text Example


Text Example

White with #193BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,59,230); }

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

background-color css

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

 a { background-color: rgb(25,59,230); }

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

border-color css

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

 span { border-color: rgb(25,59,230); }

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