Html Css Color HEX #113180 Sapphire

📋 copy color: '#113180'

red 17 ◦ green 49 ◦ blue 128

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

Shades of Sapphire #113180

Tints of Sapphire #113180

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.26%

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

R = 8.76%
G = 25.26%
B = 65.98%

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

#113180 (or 0x113180) is known color: Sapphire. HEX triplet: 11, 31 and 80. RGB value is (17,49,128). Sum of RGB (Red+Green+Blue) = 17+49+128=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 128 (50.39% from 255 or 65.98% from 194); Max value from RGB is 128 - color contains mainly: blue. Hex color #113180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113180 is #EECE7F. Grayscale: #303030. Windows color (decimal): -15650432 or 8401169. OLE color: 8401169.

HSL color Cylindrical-coordinate representation of color #113180: hue angle of 222.7º 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 #113180 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 49 128 -
CMYK 0.87 0.62 0 0.50
HSL 222.7º 0.77% 0.28% -
HSV(B) 222.7º 0.87% 0.5% -
XYZ 5.23 3.87 20.89 -
YUV 48.44 172.9 105.58 -
System Red Green Blue C M Y K H S L
Decimal 17 49 128 0.87 0.62 0 0.50 222.7 0.77 0.28
Hex 11 31 80 57 3E 0 32 DF 4D 1C
Octal 21 61 200 127 76 0 62 337 115 34
Binary 10001 110001 10000000 1010111 111110 0 110010 11011111 1001101 11100

Color Harmonies of #113180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113180

Black with #113180

Text Example


Text Example

White with #113180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113180; }

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

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

background-color css

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

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

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

border-color css

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

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

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