Html Css Color HEX #113ABE Persian Blue

📋 copy color: '#113ABE'

red 17 ◦ green 58 ◦ blue 190

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

Shades of Persian Blue #113ABE

Tints of Persian Blue #113ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 71.7%

R = 6.42%
G = 21.89%
B = 71.7%

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

#113ABE (or 0x113ABE) is known color: Persian Blue. HEX triplet: 11, 3A and BE. RGB value is (17,58,190). Sum of RGB (Red+Green+Blue) = 17+58+190=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 190 (74.61% from 255 or 71.70% from 265); Max value from RGB is 190 - color contains mainly: blue. Hex color #113ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113ABE is #EEC541. Grayscale: #3C3C3C. Windows color (decimal): -15648066 or 12466705. OLE color: 12466705.

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

Color convert

RGB 17 58 190 -
CMYK 0.91 0.69 0 0.25
HSL 225.78º 0.84% 0.41% -
HSV(B) 225.78º 0.91% 0.75% -
XYZ 11.04 6.86 49.46 -
YUV 60.79 200.92 96.77 -
System Red Green Blue C M Y K H S L
Decimal 17 58 190 0.91 0.69 0 0.25 225.78 0.84 0.41
Hex 11 3A BE 5B 45 0 19 E2 54 29
Octal 21 72 276 133 105 0 31 342 124 51
Binary 10001 111010 10111110 1011011 1000101 0 11001 11100010 1010100 101001

Color Harmonies of #113ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113ABE

Black with #113ABE

Text Example


Text Example

White with #113ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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