Html Css Color HEX #112876 Sapphire

📋 copy color: '#112876'

red 17 ◦ green 40 ◦ blue 118

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

Shades of Sapphire #112876

Tints of Sapphire #112876

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.86%

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

R = 9.71%
G = 22.86%
B = 67.43%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#112876 (or 0x112876) is known color: Sapphire. HEX triplet: 11, 28 and 76. RGB value is (17,40,118). Sum of RGB (Red+Green+Blue) = 17+40+118=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 118 (46.48% from 255 or 67.43% from 175); Max value from RGB is 118 - color contains mainly: blue. Hex color #112876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112876 is #EED789. Grayscale: #292929. Windows color (decimal): -15652746 or 7743505. OLE color: 7743505.

HSL color Cylindrical-coordinate representation of color #112876: hue angle of 226.34º 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 #112876 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 40 118 -
CMYK 0.86 0.66 0 0.54
HSL 226.34º 0.75% 0.26% -
HSV(B) 226.34º 0.86% 0.46% -
XYZ 4.26 2.94 17.48 -
YUV 42.02 170.88 110.16 -
System Red Green Blue C M Y K H S L
Decimal 17 40 118 0.86 0.66 0 0.54 226.34 0.75 0.26
Hex 11 28 76 56 42 0 36 E2 4B 1A
Octal 21 50 166 126 102 0 66 342 113 32
Binary 10001 101000 1110110 1010110 1000010 0 110110 11100010 1001011 11010

Color Harmonies of #112876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112876

Black with #112876

Text Example


Text Example

White with #112876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112876; }

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

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

background-color css

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

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

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

border-color css

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

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

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