Html Css Color HEX #112E77 Sapphire

📋 copy color: '#112E77'

red 17 ◦ green 46 ◦ blue 119

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

Shades of Sapphire #112E77

Tints of Sapphire #112E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 65.38%

R = 9.34%
G = 25.27%
B = 65.38%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#112E77 (or 0x112E77) is known color: Sapphire. HEX triplet: 11, 2E and 77. RGB value is (17,46,119). Sum of RGB (Red+Green+Blue) = 17+46+119=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 119 (46.88% from 255 or 65.38% from 182); Max value from RGB is 119 - color contains mainly: blue. Hex color #112E77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112E77 is #EED188. Grayscale: #2D2D2D. Windows color (decimal): -15651209 or 7810577. OLE color: 7810577.

HSL color Cylindrical-coordinate representation of color #112E77: hue angle of 222.94º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112E77 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 46 119 -
CMYK 0.86 0.61 0 0.53
HSL 222.94º 0.75% 0.27% -
HSV(B) 222.94º 0.86% 0.47% -
XYZ 4.54 3.41 17.87 -
YUV 45.65 169.39 107.56 -
System Red Green Blue C M Y K H S L
Decimal 17 46 119 0.86 0.61 0 0.53 222.94 0.75 0.27
Hex 11 2E 77 56 3D 0 35 DF 4B 1B
Octal 21 56 167 126 75 0 65 337 113 33
Binary 10001 101110 1110111 1010110 111101 0 110101 11011111 1001011 11011

Color Harmonies of #112E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E77

Black with #112E77

Text Example


Text Example

White with #112E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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