Html Css Color HEX #112B6B Sapphire

📋 copy color: '#112B6B'

red 17 ◦ green 43 ◦ blue 107

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

Shades of Sapphire #112B6B

Tints of Sapphire #112B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 64.07%

R = 10.18%
G = 25.75%
B = 64.07%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#112B6B (or 0x112B6B) is known color: Sapphire. HEX triplet: 11, 2B and 6B. RGB value is (17,43,107). Sum of RGB (Red+Green+Blue) = 17+43+107=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 107 (42.19% from 255 or 64.07% from 167); Max value from RGB is 107 - color contains mainly: blue. Hex color #112B6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B6B is #EED494. Grayscale: #2A2A2A. Windows color (decimal): -15651989 or 7023377. OLE color: 7023377.

HSL color Cylindrical-coordinate representation of color #112B6B: hue angle of 222.67º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #112B6B is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 43 107 -
CMYK 0.84 0.60 0 0.58
HSL 222.67º 0.73% 0.24% -
HSV(B) 222.67º 0.84% 0.42% -
XYZ 3.75 2.91 14.27 -
YUV 42.52 164.39 109.8 -
System Red Green Blue C M Y K H S L
Decimal 17 43 107 0.84 0.60 0 0.58 222.67 0.73 0.24
Hex 11 2B 6B 54 3C 0 3A DF 49 18
Octal 21 53 153 124 74 0 72 337 111 30
Binary 10001 101011 1101011 1010100 111100 0 111010 11011111 1001001 11000

Color Harmonies of #112B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B6B

Black with #112B6B

Text Example


Text Example

White with #112B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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