Html Css Color HEX #112376 Sapphire

📋 copy color: '#112376'

red 17 ◦ green 35 ◦ blue 118

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

Shades of Sapphire #112376

Tints of Sapphire #112376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.59%

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

R = 10%
G = 20.59%
B = 69.41%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#112376 (or 0x112376) is known color: Sapphire. HEX triplet: 11, 23 and 76. RGB value is (17,35,118). Sum of RGB (Red+Green+Blue) = 17+35+118=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 118 (46.48% from 255 or 69.41% from 170); Max value from RGB is 118 - color contains mainly: blue. Hex color #112376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112376 is #EEDC89. Grayscale: #262626. Windows color (decimal): -15654026 or 7742225. OLE color: 7742225.

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

Color convert

RGB 17 35 118 -
CMYK 0.86 0.70 0 0.54
HSL 229.31º 0.75% 0.26% -
HSV(B) 229.31º 0.86% 0.46% -
XYZ 4.1 2.63 17.43 -
YUV 39.08 172.54 112.25 -
System Red Green Blue C M Y K H S L
Decimal 17 35 118 0.86 0.70 0 0.54 229.31 0.75 0.26
Hex 11 23 76 56 46 0 36 E5 4B 1A
Octal 21 43 166 126 106 0 66 345 113 32
Binary 10001 100011 1110110 1010110 1000110 0 110110 11100101 1001011 11010

Color Harmonies of #112376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112376

Black with #112376

Text Example


Text Example

White with #112376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112376; }

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

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

background-color css

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

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

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

border-color css

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

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

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