Html Css Color HEX #113ABC Persian Blue

📋 copy color: '#113ABC'

red 17 ◦ green 58 ◦ blue 188

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

Shades of Persian Blue #113ABC

Tints of Persian Blue #113ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 71.48%

R = 6.46%
G = 22.05%
B = 71.48%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#113ABC (or 0x113ABC) is known color: Persian Blue. HEX triplet: 11, 3A and BC. RGB value is (17,58,188). Sum of RGB (Red+Green+Blue) = 17+58+188=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #113ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113ABC is #EEC543. Grayscale: #3C3C3C. Windows color (decimal): -15648068 or 12335633. OLE color: 12335633.

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

Color convert

RGB 17 58 188 -
CMYK 0.91 0.69 0 0.26
HSL 225.61º 0.83% 0.4% -
HSV(B) 225.61º 0.91% 0.74% -
XYZ 10.82 6.78 48.31 -
YUV 60.56 199.92 96.93 -
System Red Green Blue C M Y K H S L
Decimal 17 58 188 0.91 0.69 0 0.26 225.61 0.83 0.4
Hex 11 3A BC 5B 45 0 1A E2 53 28
Octal 21 72 274 133 105 0 32 342 123 50
Binary 10001 111010 10111100 1011011 1000101 0 11010 11100010 1010011 101000

Color Harmonies of #113ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113ABC

Black with #113ABC

Text Example


Text Example

White with #113ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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