Html Css Color HEX #193DDE Persian Blue

📋 copy color: '#193DDE'

red 25 ◦ green 61 ◦ blue 222

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

Shades of Persian Blue #193DDE

Tints of Persian Blue #193DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 72.08%

R = 8.12%
G = 19.81%
B = 72.08%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#193DDE (or 0x193DDE) is known color: Persian Blue. HEX triplet: 19, 3D and DE. RGB value is (25,61,222). Sum of RGB (Red+Green+Blue) = 25+61+222=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 222 (87.11% from 255 or 72.08% from 308); Max value from RGB is 222 - color contains mainly: blue. Hex color #193DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193DDE is #E6C221. Grayscale: #434343. Windows color (decimal): -15122978 or 14564633. OLE color: 14564633.

HSL color Cylindrical-coordinate representation of color #193DDE: hue angle of 229.04º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193DDE is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 61 222 -
CMYK 0.89 0.73 0 0.13
HSL 229.04º 0.8% 0.48% -
HSV(B) 229.04º 0.89% 0.87% -
XYZ 15.25 8.82 70.01 -
YUV 68.59 214.57 96.91 -
System Red Green Blue C M Y K H S L
Decimal 25 61 222 0.89 0.73 0 0.13 229.04 0.8 0.48
Hex 19 3D DE 59 49 0 D E5 50 30
Octal 31 75 336 131 111 0 15 345 120 60
Binary 11001 111101 11011110 1011001 1001001 0 1101 11100101 1010000 110000

Color Harmonies of #193DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193DDE

Black with #193DDE

Text Example


Text Example

White with #193DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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