Html Css Color HEX #193DD7 Persian Blue

📋 copy color: '#193DD7'

red 25 ◦ green 61 ◦ blue 215

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

Shades of Persian Blue #193DD7

Tints of Persian Blue #193DD7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.27%

 BLUE value IS 215 (84.38% from 255) = 71.43%

R = 8.31%
G = 20.27%
B = 71.43%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#193DD7 (or 0x193DD7) is known color: Persian Blue. HEX triplet: 19, 3D and D7. RGB value is (25,61,215). Sum of RGB (Red+Green+Blue) = 25+61+215=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 215 (84.38% from 255 or 71.43% from 301); Max value from RGB is 215 - color contains mainly: blue. Hex color #193DD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193DD7 is #E6C228. Grayscale: #434343. Windows color (decimal): -15122985 or 14105881. OLE color: 14105881.

HSL color Cylindrical-coordinate representation of color #193DD7: hue angle of 228.63º 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 #193DD7 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 61 215 -
CMYK 0.88 0.72 0 0.16
HSL 228.63º 0.79% 0.47% -
HSV(B) 228.63º 0.88% 0.84% -
XYZ 14.34 8.45 65.17 -
YUV 67.79 211.07 97.48 -
System Red Green Blue C M Y K H S L
Decimal 25 61 215 0.88 0.72 0 0.16 228.63 0.79 0.47
Hex 19 3D D7 58 48 0 10 E5 4F 2F
Octal 31 75 327 130 110 0 20 345 117 57
Binary 11001 111101 11010111 1011000 1001000 0 10000 11100101 1001111 101111

Color Harmonies of #193DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193DD7

Black with #193DD7

Text Example


Text Example

White with #193DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,61,215); }

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

background-color css

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

 a { background-color: rgb(25,61,215); }

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

border-color css

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

 span { border-color: rgb(25,61,215); }

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