Html Css Color HEX #113FBA Persian Blue

📋 copy color: '#113FBA'

red 17 ◦ green 63 ◦ blue 186

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

Shades of Persian Blue #113FBA

Tints of Persian Blue #113FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 23.68%

 BLUE value IS 186 (73.05% from 255) = 69.92%

R = 6.39%
G = 23.68%
B = 69.92%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#113FBA (or 0x113FBA) is known color: Persian Blue. HEX triplet: 11, 3F and BA. RGB value is (17,63,186). Sum of RGB (Red+Green+Blue) = 17+63+186=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #113FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113FBA is #EEC045. Grayscale: #3E3E3E. Windows color (decimal): -15646790 or 12205841. OLE color: 12205841.

HSL color Cylindrical-coordinate representation of color #113FBA: hue angle of 223.67º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #113FBA is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 63 186 -
CMYK 0.91 0.66 0 0.27
HSL 223.67º 0.83% 0.4% -
HSV(B) 223.67º 0.91% 0.73% -
XYZ 10.87 7.22 47.27 -
YUV 63.27 197.26 95 -
System Red Green Blue C M Y K H S L
Decimal 17 63 186 0.91 0.66 0 0.27 223.67 0.83 0.4
Hex 11 3F BA 5B 42 0 1B E0 53 28
Octal 21 77 272 133 102 0 33 340 123 50
Binary 10001 111111 10111010 1011011 1000010 0 11011 11100000 1010011 101000

Color Harmonies of #113FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113FBA

Black with #113FBA

Text Example


Text Example

White with #113FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,63,186); }

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

background-color css

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

 a { background-color: rgb(17,63,186); }

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

border-color css

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

 span { border-color: rgb(17,63,186); }

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