Html Css Color HEX #193CDD Persian Blue

📋 copy color: '#193CDD'

red 25 ◦ green 60 ◦ blue 221

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

Shades of Persian Blue #193CDD

Tints of Persian Blue #193CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 72.22%

R = 8.17%
G = 19.61%
B = 72.22%

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

#193CDD (or 0x193CDD) is known color: Persian Blue. HEX triplet: 19, 3C and DD. RGB value is (25,60,221). Sum of RGB (Red+Green+Blue) = 25+60+221=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #193CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193CDD is #E6C322. Grayscale: #434343. Windows color (decimal): -15123235 or 14498841. OLE color: 14498841.

HSL color Cylindrical-coordinate representation of color #193CDD: hue angle of 229.29º 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 #193CDD is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 60 221 -
CMYK 0.89 0.73 0 0.13
HSL 229.29º 0.8% 0.48% -
HSV(B) 229.29º 0.89% 0.87% -
XYZ 15.07 8.66 69.28 -
YUV 67.89 214.4 97.41 -
System Red Green Blue C M Y K H S L
Decimal 25 60 221 0.89 0.73 0 0.13 229.29 0.8 0.48
Hex 19 3C DD 59 49 0 D E5 50 30
Octal 31 74 335 131 111 0 15 345 120 60
Binary 11001 111100 11011101 1011001 1001001 0 1101 11100101 1010000 110000

Color Harmonies of #193CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193CDD

Black with #193CDD

Text Example


Text Example

White with #193CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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