Html Css Color HEX #112676 Sapphire

📋 copy color: '#112676'

red 17 ◦ green 38 ◦ blue 118

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

Shades of Sapphire #112676

Tints of Sapphire #112676

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.97%

 BLUE value IS 118 (46.48% from 255) = 68.21%

R = 9.83%
G = 21.97%
B = 68.21%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#112676 (or 0x112676) is known color: Sapphire. HEX triplet: 11, 26 and 76. RGB value is (17,38,118). Sum of RGB (Red+Green+Blue) = 17+38+118=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 118 (46.48% from 255 or 68.21% from 173); Max value from RGB is 118 - color contains mainly: blue. Hex color #112676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112676 is #EED989. Grayscale: #282828. Windows color (decimal): -15653258 or 7742993. OLE color: 7742993.

HSL color Cylindrical-coordinate representation of color #112676: hue angle of 227.52º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112676 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 38 118 -
CMYK 0.86 0.68 0 0.54
HSL 227.52º 0.75% 0.26% -
HSV(B) 227.52º 0.86% 0.46% -
XYZ 4.19 2.81 17.46 -
YUV 40.84 171.54 111 -
System Red Green Blue C M Y K H S L
Decimal 17 38 118 0.86 0.68 0 0.54 227.52 0.75 0.26
Hex 11 26 76 56 44 0 36 E4 4B 1A
Octal 21 46 166 126 104 0 66 344 113 32
Binary 10001 100110 1110110 1010110 1000100 0 110110 11100100 1001011 11010

Color Harmonies of #112676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112676

Black with #112676

Text Example


Text Example

White with #112676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112676; }

 p { color: rgb(17,38,118); }

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

background-color css

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

 a { background-color: rgb(17,38,118); }

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

border-color css

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

 span { border-color: rgb(17,38,118); }

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