Html Css Color HEX #112980 Sapphire

📋 copy color: '#112980'

red 17 ◦ green 41 ◦ blue 128

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

Shades of Sapphire #112980

Tints of Sapphire #112980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.04%

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

R = 9.14%
G = 22.04%
B = 68.82%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#112980 (or 0x112980) is known color: Sapphire. HEX triplet: 11, 29 and 80. RGB value is (17,41,128). Sum of RGB (Red+Green+Blue) = 17+41+128=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 128 (50.39% from 255 or 68.82% from 186); Max value from RGB is 128 - color contains mainly: blue. Hex color #112980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112980 is #EED67F. Grayscale: #2B2B2B. Windows color (decimal): -15652480 or 8399121. OLE color: 8399121.

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

Color convert

RGB 17 41 128 -
CMYK 0.87 0.68 0 0.50
HSL 227.03º 0.77% 0.28% -
HSV(B) 227.03º 0.87% 0.5% -
XYZ 4.92 3.26 20.79 -
YUV 43.74 175.55 108.93 -
System Red Green Blue C M Y K H S L
Decimal 17 41 128 0.87 0.68 0 0.50 227.03 0.77 0.28
Hex 11 29 80 57 44 0 32 E3 4D 1C
Octal 21 51 200 127 104 0 62 343 115 34
Binary 10001 101001 10000000 1010111 1000100 0 110010 11100011 1001101 11100

Color Harmonies of #112980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112980

Black with #112980

Text Example


Text Example

White with #112980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112980; }

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

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

background-color css

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

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

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

border-color css

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

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

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