Html Css Color HEX #113BCF Persian Blue

📋 copy color: '#113BCF'

red 17 ◦ green 59 ◦ blue 207

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

Shades of Persian Blue #113BCF

Tints of Persian Blue #113BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 73.14%

R = 6.01%
G = 20.85%
B = 73.14%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#113BCF (or 0x113BCF) is known color: Persian Blue. HEX triplet: 11, 3B and CF. RGB value is (17,59,207). Sum of RGB (Red+Green+Blue) = 17+59+207=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #113BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113BCF is #EEC430. Grayscale: #3E3E3E. Windows color (decimal): -15647793 or 13581073. OLE color: 13581073.

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

Color convert

RGB 17 59 207 -
CMYK 0.92 0.71 0 0.19
HSL 226.74º 0.85% 0.44% -
HSV(B) 226.74º 0.92% 0.81% -
XYZ 13.06 7.75 59.84 -
YUV 63.31 209.09 94.97 -
System Red Green Blue C M Y K H S L
Decimal 17 59 207 0.92 0.71 0 0.19 226.74 0.85 0.44
Hex 11 3B CF 5C 47 0 13 E3 55 2C
Octal 21 73 317 134 107 0 23 343 125 54
Binary 10001 111011 11001111 1011100 1000111 0 10011 11100011 1010101 101100

Color Harmonies of #113BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113BCF

Black with #113BCF

Text Example


Text Example

White with #113BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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