Html Css Color HEX #113080 Sapphire

📋 copy color: '#113080'

red 17 ◦ green 48 ◦ blue 128

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

Shades of Sapphire #113080

Tints of Sapphire #113080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.87%

 BLUE value IS 128 (50.39% from 255) = 66.32%

R = 8.81%
G = 24.87%
B = 66.32%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#113080 (or 0x113080) is known color: Sapphire. HEX triplet: 11, 30 and 80. RGB value is (17,48,128). Sum of RGB (Red+Green+Blue) = 17+48+128=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 128 (50.39% from 255 or 66.32% from 193); Max value from RGB is 128 - color contains mainly: blue. Hex color #113080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113080 is #EECF7F. Grayscale: #2F2F2F. Windows color (decimal): -15650688 or 8400913. OLE color: 8400913.

HSL color Cylindrical-coordinate representation of color #113080: hue angle of 223.24º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113080 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 48 128 -
CMYK 0.87 0.62 0 0.50
HSL 223.24º 0.77% 0.28% -
HSV(B) 223.24º 0.87% 0.5% -
XYZ 5.18 3.79 20.88 -
YUV 47.85 173.23 106 -
System Red Green Blue C M Y K H S L
Decimal 17 48 128 0.87 0.62 0 0.50 223.24 0.77 0.28
Hex 11 30 80 57 3E 0 32 DF 4D 1C
Octal 21 60 200 127 76 0 62 337 115 34
Binary 10001 110000 10000000 1010111 111110 0 110010 11011111 1001101 11100

Color Harmonies of #113080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113080

Black with #113080

Text Example


Text Example

White with #113080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113080; }

 p { color: rgb(17,48,128); }

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

background-color css

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

 a { background-color: rgb(17,48,128); }

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

border-color css

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

 span { border-color: rgb(17,48,128); }

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