Html Css Color HEX #113CB9 Persian Blue

📋 copy color: '#113CB9'

red 17 ◦ green 60 ◦ blue 185

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

Shades of Persian Blue #113CB9

Tints of Persian Blue #113CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 70.61%

R = 6.49%
G = 22.9%
B = 70.61%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#113CB9 (or 0x113CB9) is known color: Persian Blue. HEX triplet: 11, 3C and B9. RGB value is (17,60,185). Sum of RGB (Red+Green+Blue) = 17+60+185=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 185 (72.66% from 255 or 70.61% from 262); Max value from RGB is 185 - color contains mainly: blue. Hex color #113CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113CB9 is #EEC346. Grayscale: #3C3C3C. Windows color (decimal): -15647559 or 12139537. OLE color: 12139537.

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

Color convert

RGB 17 60 185 -
CMYK 0.91 0.68 0 0.27
HSL 224.64º 0.83% 0.4% -
HSV(B) 224.64º 0.91% 0.73% -
XYZ 10.6 6.85 46.66 -
YUV 61.39 197.75 96.34 -
System Red Green Blue C M Y K H S L
Decimal 17 60 185 0.91 0.68 0 0.27 224.64 0.83 0.4
Hex 11 3C B9 5B 44 0 1B E1 53 28
Octal 21 74 271 133 104 0 33 341 123 50
Binary 10001 111100 10111001 1011011 1000100 0 11011 11100001 1010011 101000

Color Harmonies of #113CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113CB9

Black with #113CB9

Text Example


Text Example

White with #113CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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