Html Css Color HEX #113AB5 Persian Blue

📋 copy color: '#113AB5'

red 17 ◦ green 58 ◦ blue 181

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

Shades of Persian Blue #113AB5

Tints of Persian Blue #113AB5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.66%

 BLUE value IS 181 (71.09% from 255) = 70.7%

R = 6.64%
G = 22.66%
B = 70.7%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#113AB5 (or 0x113AB5) is known color: Persian Blue. HEX triplet: 11, 3A and B5. RGB value is (17,58,181). Sum of RGB (Red+Green+Blue) = 17+58+181=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 181 (71.09% from 255 or 70.70% from 256); Max value from RGB is 181 - color contains mainly: blue. Hex color #113AB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113AB5 is #EEC54A. Grayscale: #3B3B3B. Windows color (decimal): -15648075 or 11876881. OLE color: 11876881.

HSL color Cylindrical-coordinate representation of color #113AB5: hue angle of 225º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #113AB5 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 17 58 181 -
CMYK 0.91 0.68 0 0.29
HSL 225º 0.83% 0.39% -
HSV(B) 225º 0.91% 0.71% -
XYZ 10.08 6.48 44.44 -
YUV 59.76 196.42 97.5 -
System Red Green Blue C M Y K H S L
Decimal 17 58 181 0.91 0.68 0 0.29 225 0.83 0.39
Hex 11 3A B5 5B 44 0 1D E1 53 27
Octal 21 72 265 133 104 0 35 341 123 47
Binary 10001 111010 10110101 1011011 1000100 0 11101 11100001 1010011 100111

Color Harmonies of #113AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113AB5

Black with #113AB5

Text Example


Text Example

White with #113AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,58,181); }

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

background-color css

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

 a { background-color: rgb(17,58,181); }

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

border-color css

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

 span { border-color: rgb(17,58,181); }

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