Html Css Color HEX #112B63 Sapphire

📋 copy color: '#112B63'

red 17 ◦ green 43 ◦ blue 99

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

Shades of Sapphire #112B63

Tints of Sapphire #112B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 62.26%

R = 10.69%
G = 27.04%
B = 62.26%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#112B63 (or 0x112B63) is known color: Sapphire. HEX triplet: 11, 2B and 63. RGB value is (17,43,99). Sum of RGB (Red+Green+Blue) = 17+43+99=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #112B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B63 is #EED49C. Grayscale: #292929. Windows color (decimal): -15651997 or 6499089. OLE color: 6499089.

HSL color Cylindrical-coordinate representation of color #112B63: hue angle of 220.98º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112B63 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 43 99 -
CMYK 0.83 0.57 0 0.61
HSL 220.98º 0.71% 0.23% -
HSV(B) 220.98º 0.83% 0.39% -
XYZ 3.35 2.75 12.16 -
YUV 41.61 160.39 110.45 -
System Red Green Blue C M Y K H S L
Decimal 17 43 99 0.83 0.57 0 0.61 220.98 0.71 0.23
Hex 11 2B 63 53 39 0 3D DD 47 17
Octal 21 53 143 123 71 0 75 335 107 27
Binary 10001 101011 1100011 1010011 111001 0 111101 11011101 1000111 10111

Color Harmonies of #112B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B63

Black with #112B63

Text Example


Text Example

White with #112B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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