Html Css Color HEX #112675 Sapphire

📋 copy color: '#112675'

red 17 ◦ green 38 ◦ blue 117

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

Shades of Sapphire #112675

Tints of Sapphire #112675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 68.02%

R = 9.88%
G = 22.09%
B = 68.02%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#112675 (or 0x112675) is known color: Sapphire. HEX triplet: 11, 26 and 75. RGB value is (17,38,117). Sum of RGB (Red+Green+Blue) = 17+38+117=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 117 (46.09% from 255 or 68.02% from 172); Max value from RGB is 117 - color contains mainly: blue. Hex color #112675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112675 is #EED98A. Grayscale: #282828. Windows color (decimal): -15653259 or 7677457. OLE color: 7677457.

HSL color Cylindrical-coordinate representation of color #112675: hue angle of 227.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112675 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 38 117 -
CMYK 0.85 0.68 0 0.54
HSL 227.4º 0.75% 0.26% -
HSV(B) 227.4º 0.85% 0.46% -
XYZ 4.14 2.79 17.15 -
YUV 40.73 171.04 111.08 -
System Red Green Blue C M Y K H S L
Decimal 17 38 117 0.85 0.68 0 0.54 227.4 0.75 0.26
Hex 11 26 75 55 44 0 36 E3 4B 1A
Octal 21 46 165 125 104 0 66 343 113 32
Binary 10001 100110 1110101 1010101 1000100 0 110110 11100011 1001011 11010

Color Harmonies of #112675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112675

Black with #112675

Text Example


Text Example

White with #112675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112675; }

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

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

background-color css

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

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

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

border-color css

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

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

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