Html Css Color HEX #113DBF Persian Blue

📋 copy color: '#113DBF'

red 17 ◦ green 61 ◦ blue 191

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

Shades of Persian Blue #113DBF

Tints of Persian Blue #113DBF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.68%

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

R = 6.32%
G = 22.68%
B = 71%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#113DBF (or 0x113DBF) is known color: Persian Blue. HEX triplet: 11, 3D and BF. RGB value is (17,61,191). Sum of RGB (Red+Green+Blue) = 17+61+191=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 191 (75% from 255 or 71.00% from 269); Max value from RGB is 191 - color contains mainly: blue. Hex color #113DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113DBF is #EEC240. Grayscale: #3E3E3E. Windows color (decimal): -15647297 or 12533009. OLE color: 12533009.

HSL color Cylindrical-coordinate representation of color #113DBF: hue angle of 224.83º 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 #113DBF is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 61 191 -
CMYK 0.91 0.68 0 0.25
HSL 224.83º 0.84% 0.41% -
HSV(B) 224.83º 0.91% 0.75% -
XYZ 11.3 7.22 50.09 -
YUV 62.66 200.42 95.43 -
System Red Green Blue C M Y K H S L
Decimal 17 61 191 0.91 0.68 0 0.25 224.83 0.84 0.41
Hex 11 3D BF 5B 44 0 19 E1 54 29
Octal 21 75 277 133 104 0 31 341 124 51
Binary 10001 111101 10111111 1011011 1000100 0 11001 11100001 1010100 101001

Color Harmonies of #113DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113DBF

Black with #113DBF

Text Example


Text Example

White with #113DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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