Html Css Color HEX #112671 Sapphire

📋 copy color: '#112671'

red 17 ◦ green 38 ◦ blue 113

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

Shades of Sapphire #112671

Tints of Sapphire #112671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.62%

 BLUE value IS 113 (44.53% from 255) = 67.26%

R = 10.12%
G = 22.62%
B = 67.26%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#112671 (or 0x112671) is known color: Sapphire. HEX triplet: 11, 26 and 71. RGB value is (17,38,113). Sum of RGB (Red+Green+Blue) = 17+38+113=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #112671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112671 is #EED98E. Grayscale: #272727. Windows color (decimal): -15653263 or 7415313. OLE color: 7415313.

HSL color Cylindrical-coordinate representation of color #112671: hue angle of 226.88º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112671 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 38 113 -
CMYK 0.85 0.66 0 0.56
HSL 226.88º 0.74% 0.25% -
HSV(B) 226.88º 0.85% 0.44% -
XYZ 3.9 2.7 15.94 -
YUV 40.27 169.04 111.4 -
System Red Green Blue C M Y K H S L
Decimal 17 38 113 0.85 0.66 0 0.56 226.88 0.74 0.25
Hex 11 26 71 55 42 0 38 E3 4A 19
Octal 21 46 161 125 102 0 70 343 112 31
Binary 10001 100110 1110001 1010101 1000010 0 111000 11100011 1001010 11001

Color Harmonies of #112671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112671

Black with #112671

Text Example


Text Example

White with #112671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112671; }

 p { color: rgb(17,38,113); }

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

background-color css

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

 a { background-color: rgb(17,38,113); }

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

border-color css

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

 span { border-color: rgb(17,38,113); }

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