Html Css Color HEX #113BDC Persian Blue

📋 copy color: '#113BDC'

red 17 ◦ green 59 ◦ blue 220

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

Shades of Persian Blue #113BDC

Tints of Persian Blue #113BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.93%

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

R = 5.74%
G = 19.93%
B = 74.32%

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

#113BDC (or 0x113BDC) is known color: Persian Blue. HEX triplet: 11, 3B and DC. RGB value is (17,59,220). Sum of RGB (Red+Green+Blue) = 17+59+220=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 220 (86.33% from 255 or 74.32% from 296); Max value from RGB is 220 - color contains mainly: blue. Hex color #113BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113BDC is #EEC423. Grayscale: #404040. Windows color (decimal): -15647780 or 14433041. OLE color: 14433041.

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

Color convert

RGB 17 59 220 -
CMYK 0.92 0.73 0 0.14
HSL 227.59º 0.86% 0.46% -
HSV(B) 227.59º 0.92% 0.86% -
XYZ 14.71 8.41 68.56 -
YUV 64.8 215.59 93.91 -
System Red Green Blue C M Y K H S L
Decimal 17 59 220 0.92 0.73 0 0.14 227.59 0.86 0.46
Hex 11 3B DC 5C 49 0 E E4 56 2E
Octal 21 73 334 134 111 0 16 344 126 56
Binary 10001 111011 11011100 1011100 1001001 0 1110 11100100 1010110 101110

Color Harmonies of #113BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113BDC

Black with #113BDC

Text Example


Text Example

White with #113BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,59,220); }

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

background-color css

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

 a { background-color: rgb(17,59,220); }

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

border-color css

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

 span { border-color: rgb(17,59,220); }

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