Html Css Color HEX #112B65 Sapphire

📋 copy color: '#112B65'

red 17 ◦ green 43 ◦ blue 101

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

Shades of Sapphire #112B65

Tints of Sapphire #112B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 62.73%

R = 10.56%
G = 26.71%
B = 62.73%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#112B65 (or 0x112B65) is known color: Sapphire. HEX triplet: 11, 2B and 65. RGB value is (17,43,101). Sum of RGB (Red+Green+Blue) = 17+43+101=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 101 (39.84% from 255 or 62.73% from 161); Max value from RGB is 101 - color contains mainly: blue. Hex color #112B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B65 is #EED49A. Grayscale: #292929. Windows color (decimal): -15651995 or 6630161. OLE color: 6630161.

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

Color convert

RGB 17 43 101 -
CMYK 0.83 0.57 0 0.60
HSL 221.43º 0.71% 0.23% -
HSV(B) 221.43º 0.83% 0.4% -
XYZ 3.44 2.79 12.67 -
YUV 41.84 161.39 110.28 -
System Red Green Blue C M Y K H S L
Decimal 17 43 101 0.83 0.57 0 0.60 221.43 0.71 0.23
Hex 11 2B 65 53 39 0 3C DD 47 17
Octal 21 53 145 123 71 0 74 335 107 27
Binary 10001 101011 1100101 1010011 111001 0 111100 11011101 1000111 10111

Color Harmonies of #112B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B65

Black with #112B65

Text Example


Text Example

White with #112B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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