Html Css Color HEX #112976 Sapphire

📋 copy color: '#112976'

red 17 ◦ green 41 ◦ blue 118

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

Shades of Sapphire #112976

Tints of Sapphire #112976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.3%

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

R = 9.66%
G = 23.3%
B = 67.05%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#112976 (or 0x112976) is known color: Sapphire. HEX triplet: 11, 29 and 76. RGB value is (17,41,118). Sum of RGB (Red+Green+Blue) = 17+41+118=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 118 (46.48% from 255 or 67.05% from 176); Max value from RGB is 118 - color contains mainly: blue. Hex color #112976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112976 is #EED689. Grayscale: #2A2A2A. Windows color (decimal): -15652490 or 7743761. OLE color: 7743761.

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

Color convert

RGB 17 41 118 -
CMYK 0.86 0.65 0 0.54
HSL 225.74º 0.75% 0.26% -
HSV(B) 225.74º 0.86% 0.46% -
XYZ 4.29 3.01 17.49 -
YUV 42.6 170.55 109.74 -
System Red Green Blue C M Y K H S L
Decimal 17 41 118 0.86 0.65 0 0.54 225.74 0.75 0.26
Hex 11 29 76 56 41 0 36 E2 4B 1A
Octal 21 51 166 126 101 0 66 342 113 32
Binary 10001 101001 1110110 1010110 1000001 0 110110 11100010 1001011 11010

Color Harmonies of #112976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112976

Black with #112976

Text Example


Text Example

White with #112976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112976; }

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

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

background-color css

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

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

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

border-color css

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

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

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