Html Css Color HEX #112F75 Sapphire

📋 copy color: '#112F75'

red 17 ◦ green 47 ◦ blue 117

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

Shades of Sapphire #112F75

Tints of Sapphire #112F75

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.97%

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

R = 9.39%
G = 25.97%
B = 64.64%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#112F75 (or 0x112F75) is known color: Sapphire. HEX triplet: 11, 2F and 75. RGB value is (17,47,117). Sum of RGB (Red+Green+Blue) = 17+47+117=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #112F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112F75 is #EED08A. Grayscale: #2D2D2D. Windows color (decimal): -15650955 or 7679761. OLE color: 7679761.

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

Color convert

RGB 17 47 117 -
CMYK 0.85 0.60 0 0.54
HSL 222º 0.75% 0.26% -
HSV(B) 222º 0.85% 0.46% -
XYZ 4.46 3.44 17.26 -
YUV 46.01 168.06 107.31 -
System Red Green Blue C M Y K H S L
Decimal 17 47 117 0.85 0.60 0 0.54 222 0.75 0.26
Hex 11 2F 75 55 3C 0 36 DE 4B 1A
Octal 21 57 165 125 74 0 66 336 113 32
Binary 10001 101111 1110101 1010101 111100 0 110110 11011110 1001011 11010

Color Harmonies of #112F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112F75

Black with #112F75

Text Example


Text Example

White with #112F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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