Html Css Color HEX #193CD8 Persian Blue

📋 copy color: '#193CD8'

red 25 ◦ green 60 ◦ blue 216

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

Shades of Persian Blue #193CD8

Tints of Persian Blue #193CD8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.93%

 BLUE value IS 216 (84.77% from 255) = 71.76%

R = 8.31%
G = 19.93%
B = 71.76%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#193CD8 (or 0x193CD8) is known color: Persian Blue. HEX triplet: 19, 3C and D8. RGB value is (25,60,216). Sum of RGB (Red+Green+Blue) = 25+60+216=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 216 (84.77% from 255 or 71.76% from 301); Max value from RGB is 216 - color contains mainly: blue. Hex color #193CD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193CD8 is #E6C327. Grayscale: #424242. Windows color (decimal): -15123240 or 14171161. OLE color: 14171161.

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

Color convert

RGB 25 60 216 -
CMYK 0.88 0.72 0 0.15
HSL 229.01º 0.79% 0.47% -
HSV(B) 229.01º 0.88% 0.85% -
XYZ 14.41 8.4 65.83 -
YUV 67.32 211.9 97.82 -
System Red Green Blue C M Y K H S L
Decimal 25 60 216 0.88 0.72 0 0.15 229.01 0.79 0.47
Hex 19 3C D8 58 48 0 F E5 4F 2F
Octal 31 74 330 130 110 0 17 345 117 57
Binary 11001 111100 11011000 1011000 1001000 0 1111 11100101 1001111 101111

Color Harmonies of #193CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193CD8

Black with #193CD8

Text Example


Text Example

White with #193CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,60,216); }

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

background-color css

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

 a { background-color: rgb(25,60,216); }

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

border-color css

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

 span { border-color: rgb(25,60,216); }

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