Html Css Color HEX #112B6D Sapphire

📋 copy color: '#112B6D'

red 17 ◦ green 43 ◦ blue 109

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

Shades of Sapphire #112B6D

Tints of Sapphire #112B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 64.5%

R = 10.06%
G = 25.44%
B = 64.5%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#112B6D (or 0x112B6D) is known color: Sapphire. HEX triplet: 11, 2B and 6D. RGB value is (17,43,109). Sum of RGB (Red+Green+Blue) = 17+43+109=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 109 (42.97% from 255 or 64.50% from 169); Max value from RGB is 109 - color contains mainly: blue. Hex color #112B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B6D is #EED492. Grayscale: #2A2A2A. Windows color (decimal): -15651987 or 7154449. OLE color: 7154449.

HSL color Cylindrical-coordinate representation of color #112B6D: hue angle of 223.04º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #112B6D is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 43 109 -
CMYK 0.84 0.61 0 0.57
HSL 223.04º 0.73% 0.25% -
HSV(B) 223.04º 0.84% 0.43% -
XYZ 3.86 2.95 14.83 -
YUV 42.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 17 43 109 0.84 0.61 0 0.57 223.04 0.73 0.25
Hex 11 2B 6D 54 3D 0 39 DF 49 19
Octal 21 53 155 124 75 0 71 337 111 31
Binary 10001 101011 1101101 1010100 111101 0 111001 11011111 1001001 11001

Color Harmonies of #112B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B6D

Black with #112B6D

Text Example


Text Example

White with #112B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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