Html Css Color HEX #112B76 Sapphire

📋 copy color: '#112B76'

red 17 ◦ green 43 ◦ blue 118

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

Shades of Sapphire #112B76

Tints of Sapphire #112B76

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.16%

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

R = 9.55%
G = 24.16%
B = 66.29%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#112B76 (or 0x112B76) is known color: Sapphire. HEX triplet: 11, 2B and 76. RGB value is (17,43,118). Sum of RGB (Red+Green+Blue) = 17+43+118=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 118 (46.48% from 255 or 66.29% from 178); Max value from RGB is 118 - color contains mainly: blue. Hex color #112B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B76 is #EED489. Grayscale: #2B2B2B. Windows color (decimal): -15651978 or 7744273. OLE color: 7744273.

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

Color convert

RGB 17 43 118 -
CMYK 0.86 0.64 0 0.54
HSL 224.55º 0.75% 0.26% -
HSV(B) 224.55º 0.86% 0.46% -
XYZ 4.37 3.15 17.52 -
YUV 43.78 169.89 108.9 -
System Red Green Blue C M Y K H S L
Decimal 17 43 118 0.86 0.64 0 0.54 224.55 0.75 0.26
Hex 11 2B 76 56 40 0 36 E1 4B 1A
Octal 21 53 166 126 100 0 66 341 113 32
Binary 10001 101011 1110110 1010110 1000000 0 110110 11100001 1001011 11010

Color Harmonies of #112B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B76

Black with #112B76

Text Example


Text Example

White with #112B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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