Html Css Color HEX #113CDB Persian Blue

📋 copy color: '#113CDB'

red 17 ◦ green 60 ◦ blue 219

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

Shades of Persian Blue #113CDB

Tints of Persian Blue #113CDB

RGB

 RED value IS 17 (7.03% from 255) = 5.74%

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

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

R = 5.74%
G = 20.27%
B = 73.99%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#113CDB (or 0x113CDB) is known color: Persian Blue. HEX triplet: 11, 3C and DB. RGB value is (17,60,219). Sum of RGB (Red+Green+Blue) = 17+60+219=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #113CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113CDB is #EEC324. Grayscale: #404040. Windows color (decimal): -15647525 or 14367761. OLE color: 14367761.

HSL color Cylindrical-coordinate representation of color #113CDB: hue angle of 227.23º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113CDB is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 60 219 -
CMYK 0.92 0.73 0 0.14
HSL 227.23º 0.86% 0.46% -
HSV(B) 227.23º 0.92% 0.86% -
XYZ 14.63 8.47 67.88 -
YUV 65.27 214.75 93.57 -
System Red Green Blue C M Y K H S L
Decimal 17 60 219 0.92 0.73 0 0.14 227.23 0.86 0.46
Hex 11 3C DB 5C 49 0 E E3 56 2E
Octal 21 74 333 134 111 0 16 343 126 56
Binary 10001 111100 11011011 1011100 1001001 0 1110 11100011 1010110 101110

Color Harmonies of #113CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113CDB

Black with #113CDB

Text Example


Text Example

White with #113CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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