Html Css Color HEX #112D76 Sapphire

📋 copy color: '#112D76'

red 17 ◦ green 45 ◦ blue 118

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

Shades of Sapphire #112D76

Tints of Sapphire #112D76

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25%

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

R = 9.44%
G = 25%
B = 65.56%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#112D76 (or 0x112D76) is known color: Sapphire. HEX triplet: 11, 2D and 76. RGB value is (17,45,118). Sum of RGB (Red+Green+Blue) = 17+45+118=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 118 (46.48% from 255 or 65.56% from 180); Max value from RGB is 118 - color contains mainly: blue. Hex color #112D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112D76 is #EED289. Grayscale: #2C2C2C. Windows color (decimal): -15651466 or 7744785. OLE color: 7744785.

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

Color convert

RGB 17 45 118 -
CMYK 0.86 0.62 0 0.54
HSL 223.37º 0.75% 0.26% -
HSV(B) 223.37º 0.86% 0.46% -
XYZ 4.44 3.3 17.54 -
YUV 44.95 169.22 108.06 -
System Red Green Blue C M Y K H S L
Decimal 17 45 118 0.86 0.62 0 0.54 223.37 0.75 0.26
Hex 11 2D 76 56 3E 0 36 DF 4B 1A
Octal 21 55 166 126 76 0 66 337 113 32
Binary 10001 101101 1110110 1010110 111110 0 110110 11011111 1001011 11010

Color Harmonies of #112D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D76

Black with #112D76

Text Example


Text Example

White with #112D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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