Html Css Color HEX #193DDC Persian Blue

📋 copy color: '#193DDC'

red 25 ◦ green 61 ◦ blue 220

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

Shades of Persian Blue #193DDC

Tints of Persian Blue #193DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 71.9%

R = 8.17%
G = 19.93%
B = 71.9%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#193DDC (or 0x193DDC) is known color: Persian Blue. HEX triplet: 19, 3D and DC. RGB value is (25,61,220). Sum of RGB (Red+Green+Blue) = 25+61+220=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #193DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193DDC is #E6C223. Grayscale: #434343. Windows color (decimal): -15122980 or 14433561. OLE color: 14433561.

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

Color convert

RGB 25 61 220 -
CMYK 0.89 0.72 0 0.14
HSL 228.92º 0.8% 0.48% -
HSV(B) 228.92º 0.89% 0.86% -
XYZ 14.99 8.71 68.6 -
YUV 68.36 213.57 97.07 -
System Red Green Blue C M Y K H S L
Decimal 25 61 220 0.89 0.72 0 0.14 228.92 0.8 0.48
Hex 19 3D DC 59 48 0 E E5 50 30
Octal 31 75 334 131 110 0 16 345 120 60
Binary 11001 111101 11011100 1011001 1001000 0 1110 11100101 1010000 110000

Color Harmonies of #193DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193DDC

Black with #193DDC

Text Example


Text Example

White with #193DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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