Html Css Color HEX #112E69 Sapphire

📋 copy color: '#112E69'

red 17 ◦ green 46 ◦ blue 105

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

Shades of Sapphire #112E69

Tints of Sapphire #112E69

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.38%

 BLUE value IS 105 (41.41% from 255) = 62.5%

R = 10.12%
G = 27.38%
B = 62.5%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#112E69 (or 0x112E69) is known color: Sapphire. HEX triplet: 11, 2E and 69. RGB value is (17,46,105). Sum of RGB (Red+Green+Blue) = 17+46+105=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 105 (41.41% from 255 or 62.5% from 168); Max value from RGB is 105 - color contains mainly: blue. Hex color #112E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112E69 is #EED196. Grayscale: #2B2B2B. Windows color (decimal): -15651223 or 6893073. OLE color: 6893073.

HSL color Cylindrical-coordinate representation of color #112E69: hue angle of 220.23º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #112E69 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 46 105 -
CMYK 0.84 0.56 0 0.59
HSL 220.23º 0.72% 0.24% -
HSV(B) 220.23º 0.84% 0.41% -
XYZ 3.76 3.09 13.76 -
YUV 44.06 162.39 108.7 -
System Red Green Blue C M Y K H S L
Decimal 17 46 105 0.84 0.56 0 0.59 220.23 0.72 0.24
Hex 11 2E 69 54 38 0 3B DC 48 18
Octal 21 56 151 124 70 0 73 334 110 30
Binary 10001 101110 1101001 1010100 111000 0 111011 11011100 1001000 11000

Color Harmonies of #112E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E69

Black with #112E69

Text Example


Text Example

White with #112E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,46,105); }

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

background-color css

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

 a { background-color: rgb(17,46,105); }

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

border-color css

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

 span { border-color: rgb(17,46,105); }

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