Html Css Color HEX #193ED6 Persian Blue

📋 copy color: '#193ED6'

red 25 ◦ green 62 ◦ blue 214

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

Shades of Persian Blue #193ED6

Tints of Persian Blue #193ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 71.1%

R = 8.31%
G = 20.6%
B = 71.1%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#193ED6 (or 0x193ED6) is known color: Persian Blue. HEX triplet: 19, 3E and D6. RGB value is (25,62,214). Sum of RGB (Red+Green+Blue) = 25+62+214=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 214 (83.98% from 255 or 71.10% from 301); Max value from RGB is 214 - color contains mainly: blue. Hex color #193ED6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193ED6 is #E6C129. Grayscale: #434343. Windows color (decimal): -15122730 or 14040601. OLE color: 14040601.

HSL color Cylindrical-coordinate representation of color #193ED6: hue angle of 228.25º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #193ED6 is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 62 214 -
CMYK 0.88 0.71 0 0.16
HSL 228.25º 0.79% 0.47% -
HSV(B) 228.25º 0.88% 0.84% -
XYZ 14.26 8.51 64.51 -
YUV 68.27 210.24 97.14 -
System Red Green Blue C M Y K H S L
Decimal 25 62 214 0.88 0.71 0 0.16 228.25 0.79 0.47
Hex 19 3E D6 58 47 0 10 E4 4F 2F
Octal 31 76 326 130 107 0 20 344 117 57
Binary 11001 111110 11010110 1011000 1000111 0 10000 11100100 1001111 101111

Color Harmonies of #193ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193ED6

Black with #193ED6

Text Example


Text Example

White with #193ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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