Html Css Color HEX #112956 Sapphire

📋 copy color: '#112956'

red 17 ◦ green 41 ◦ blue 86

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

Shades of Sapphire #112956

Tints of Sapphire #112956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 59.72%

R = 11.81%
G = 28.47%
B = 59.72%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#112956 (or 0x112956) is known color: Sapphire. HEX triplet: 11, 29 and 56. RGB value is (17,41,86). Sum of RGB (Red+Green+Blue) = 17+41+86=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 86 (33.98% from 255 or 59.72% from 144); Max value from RGB is 86 - color contains mainly: blue. Hex color #112956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112956 is #EED6A9. Grayscale: #262626. Windows color (decimal): -15652522 or 5646609. OLE color: 5646609.

HSL color Cylindrical-coordinate representation of color #112956: hue angle of 219.13º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #112956 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 41 86 -
CMYK 0.80 0.52 0 0.66
HSL 219.13º 0.67% 0.2% -
HSV(B) 219.13º 0.8% 0.34% -
XYZ 2.7 2.38 9.12 -
YUV 38.95 154.55 112.34 -
System Red Green Blue C M Y K H S L
Decimal 17 41 86 0.80 0.52 0 0.66 219.13 0.67 0.2
Hex 11 29 56 50 34 0 42 DB 43 14
Octal 21 51 126 120 64 0 102 333 103 24
Binary 10001 101001 1010110 1010000 110100 0 1000010 11011011 1000011 10100

Color Harmonies of #112956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112956

Black with #112956

Text Example


Text Example

White with #112956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112956; }

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

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

background-color css

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

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

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

border-color css

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

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

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