Html Css Color HEX #113CBF Persian Blue

📋 copy color: '#113CBF'

red 17 ◦ green 60 ◦ blue 191

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

Shades of Persian Blue #113CBF

Tints of Persian Blue #113CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 71.27%

R = 6.34%
G = 22.39%
B = 71.27%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#113CBF (or 0x113CBF) is known color: Persian Blue. HEX triplet: 11, 3C and BF. RGB value is (17,60,191). Sum of RGB (Red+Green+Blue) = 17+60+191=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #113CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113CBF is #EEC340. Grayscale: #3D3D3D. Windows color (decimal): -15647553 or 12532753. OLE color: 12532753.

HSL color Cylindrical-coordinate representation of color #113CBF: hue angle of 225.17º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #113CBF is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 60 191 -
CMYK 0.91 0.69 0 0.25
HSL 225.17º 0.84% 0.41% -
HSV(B) 225.17º 0.91% 0.75% -
XYZ 11.25 7.11 50.07 -
YUV 62.08 200.75 95.85 -
System Red Green Blue C M Y K H S L
Decimal 17 60 191 0.91 0.69 0 0.25 225.17 0.84 0.41
Hex 11 3C BF 5B 45 0 19 E1 54 29
Octal 21 74 277 133 105 0 31 341 124 51
Binary 10001 111100 10111111 1011011 1000101 0 11001 11100001 1010100 101001

Color Harmonies of #113CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113CBF

Black with #113CBF

Text Example


Text Example

White with #113CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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