Html Css Color HEX #112B69 Sapphire

📋 copy color: '#112B69'

red 17 ◦ green 43 ◦ blue 105

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

Shades of Sapphire #112B69

Tints of Sapphire #112B69

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.06%

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

R = 10.3%
G = 26.06%
B = 63.64%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#112B69 (or 0x112B69) is known color: Sapphire. HEX triplet: 11, 2B and 69. RGB value is (17,43,105). Sum of RGB (Red+Green+Blue) = 17+43+105=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 105 (41.41% from 255 or 63.64% from 165); Max value from RGB is 105 - color contains mainly: blue. Hex color #112B69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B69 is #EED496. Grayscale: #2A2A2A. Windows color (decimal): -15651991 or 6892305. OLE color: 6892305.

HSL color Cylindrical-coordinate representation of color #112B69: hue angle of 222.27º 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 #112B69 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 43 105 -
CMYK 0.84 0.59 0 0.59
HSL 222.27º 0.72% 0.24% -
HSV(B) 222.27º 0.84% 0.41% -
XYZ 3.64 2.87 13.73 -
YUV 42.29 163.39 109.96 -
System Red Green Blue C M Y K H S L
Decimal 17 43 105 0.84 0.59 0 0.59 222.27 0.72 0.24
Hex 11 2B 69 54 3B 0 3B DE 48 18
Octal 21 53 151 124 73 0 73 336 110 30
Binary 10001 101011 1101001 1010100 111011 0 111011 11011110 1001000 11000

Color Harmonies of #112B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B69

Black with #112B69

Text Example


Text Example

White with #112B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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