Html Css Color HEX #112E80 Sapphire

📋 copy color: '#112E80'

red 17 ◦ green 46 ◦ blue 128

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

Shades of Sapphire #112E80

Tints of Sapphire #112E80

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.08%

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

R = 8.9%
G = 24.08%
B = 67.02%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#112E80 (or 0x112E80) is known color: Sapphire. HEX triplet: 11, 2E and 80. RGB value is (17,46,128). Sum of RGB (Red+Green+Blue) = 17+46+128=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 128 (50.39% from 255 or 67.02% from 191); Max value from RGB is 128 - color contains mainly: blue. Hex color #112E80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112E80 is #EED17F. Grayscale: #2E2E2E. Windows color (decimal): -15651200 or 8400401. OLE color: 8400401.

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

Color convert

RGB 17 46 128 -
CMYK 0.87 0.64 0 0.50
HSL 224.32º 0.77% 0.28% -
HSV(B) 224.32º 0.87% 0.5% -
XYZ 5.1 3.63 20.85 -
YUV 46.68 173.89 106.83 -
System Red Green Blue C M Y K H S L
Decimal 17 46 128 0.87 0.64 0 0.50 224.32 0.77 0.28
Hex 11 2E 80 57 40 0 32 E0 4D 1C
Octal 21 56 200 127 100 0 62 340 115 34
Binary 10001 101110 10000000 1010111 1000000 0 110010 11100000 1001101 11100

Color Harmonies of #112E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E80

Black with #112E80

Text Example


Text Example

White with #112E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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