Html Css Color HEX #112576 Sapphire

📋 copy color: '#112576'

red 17 ◦ green 37 ◦ blue 118

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

Shades of Sapphire #112576

Tints of Sapphire #112576

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.51%

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

R = 9.88%
G = 21.51%
B = 68.6%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#112576 (or 0x112576) is known color: Sapphire. HEX triplet: 11, 25 and 76. RGB value is (17,37,118). Sum of RGB (Red+Green+Blue) = 17+37+118=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #112576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112576 is #EEDA89. Grayscale: #272727. Windows color (decimal): -15653514 or 7742737. OLE color: 7742737.

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

Color convert

RGB 17 37 118 -
CMYK 0.86 0.69 0 0.54
HSL 228.12º 0.75% 0.26% -
HSV(B) 228.12º 0.86% 0.46% -
XYZ 4.16 2.75 17.45 -
YUV 40.25 171.87 111.41 -
System Red Green Blue C M Y K H S L
Decimal 17 37 118 0.86 0.69 0 0.54 228.12 0.75 0.26
Hex 11 25 76 56 45 0 36 E4 4B 1A
Octal 21 45 166 126 105 0 66 344 113 32
Binary 10001 100101 1110110 1010110 1000101 0 110110 11100100 1001011 11010

Color Harmonies of #112576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112576

Black with #112576

Text Example


Text Example

White with #112576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112576; }

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

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

background-color css

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

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

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

border-color css

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

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

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