Html Css Color HEX #113BCD Persian Blue

📋 copy color: '#113BCD'

red 17 ◦ green 59 ◦ blue 205

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

Shades of Persian Blue #113BCD

Tints of Persian Blue #113BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 72.95%

R = 6.05%
G = 21%
B = 72.95%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#113BCD (or 0x113BCD) is known color: Persian Blue. HEX triplet: 11, 3B and CD. RGB value is (17,59,205). Sum of RGB (Red+Green+Blue) = 17+59+205=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 205 (80.47% from 255 or 72.95% from 281); Max value from RGB is 205 - color contains mainly: blue. Hex color #113BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113BCD is #EEC432. Grayscale: #3E3E3E. Windows color (decimal): -15647795 or 13450001. OLE color: 13450001.

HSL color Cylindrical-coordinate representation of color #113BCD: hue angle of 226.6º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113BCD is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 59 205 -
CMYK 0.92 0.71 0 0.20
HSL 226.6º 0.85% 0.44% -
HSV(B) 226.6º 0.92% 0.8% -
XYZ 12.81 7.65 58.56 -
YUV 63.09 208.09 95.13 -
System Red Green Blue C M Y K H S L
Decimal 17 59 205 0.92 0.71 0 0.20 226.6 0.85 0.44
Hex 11 3B CD 5C 47 0 14 E3 55 2C
Octal 21 73 315 134 107 0 24 343 125 54
Binary 10001 111011 11001101 1011100 1000111 0 10100 11100011 1010101 101100

Color Harmonies of #113BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113BCD

Black with #113BCD

Text Example


Text Example

White with #113BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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