Html Css Color HEX #193CDB Persian Blue

📋 copy color: '#193CDB'

red 25 ◦ green 60 ◦ blue 219

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

Shades of Persian Blue #193CDB

Tints of Persian Blue #193CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 72.04%

R = 8.22%
G = 19.74%
B = 72.04%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#193CDB (or 0x193CDB) is known color: Persian Blue. HEX triplet: 19, 3C and DB. RGB value is (25,60,219). Sum of RGB (Red+Green+Blue) = 25+60+219=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #193CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193CDB is #E6C324. Grayscale: #424242. Windows color (decimal): -15123237 or 14367769. OLE color: 14367769.

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

Color convert

RGB 25 60 219 -
CMYK 0.89 0.73 0 0.14
HSL 229.18º 0.8% 0.48% -
HSV(B) 229.18º 0.89% 0.86% -
XYZ 14.8 8.55 67.89 -
YUV 67.66 213.4 97.57 -
System Red Green Blue C M Y K H S L
Decimal 25 60 219 0.89 0.73 0 0.14 229.18 0.8 0.48
Hex 19 3C DB 59 49 0 E E5 50 30
Octal 31 74 333 131 111 0 16 345 120 60
Binary 11001 111100 11011011 1011001 1001001 0 1110 11100101 1010000 110000

Color Harmonies of #193CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193CDB

Black with #193CDB

Text Example


Text Example

White with #193CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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