Html Css Color HEX #113DDB Persian Blue

📋 copy color: '#113DDB'

red 17 ◦ green 61 ◦ blue 219

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

Shades of Persian Blue #113DDB

Tints of Persian Blue #113DDB

RGB

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

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

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

R = 5.72%
G = 20.54%
B = 73.74%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#113DDB (or 0x113DDB) is known color: Persian Blue. HEX triplet: 11, 3D and DB. RGB value is (17,61,219). Sum of RGB (Red+Green+Blue) = 17+61+219=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #113DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113DDB is #EEC224. Grayscale: #414141. Windows color (decimal): -15647269 or 14368017. OLE color: 14368017.

HSL color Cylindrical-coordinate representation of color #113DDB: hue angle of 226.93º 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 #113DDB is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 61 219 -
CMYK 0.92 0.72 0 0.14
HSL 226.93º 0.86% 0.46% -
HSV(B) 226.93º 0.92% 0.86% -
XYZ 14.69 8.57 67.9 -
YUV 65.86 214.42 93.15 -
System Red Green Blue C M Y K H S L
Decimal 17 61 219 0.92 0.72 0 0.14 226.93 0.86 0.46
Hex 11 3D DB 5C 48 0 E E3 56 2E
Octal 21 75 333 134 110 0 16 343 126 56
Binary 10001 111101 11011011 1011100 1001000 0 1110 11100011 1010110 101110

Color Harmonies of #113DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113DDB

Black with #113DDB

Text Example


Text Example

White with #113DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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