Html Css Color HEX #112B66 Sapphire

📋 copy color: '#112B66'

red 17 ◦ green 43 ◦ blue 102

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

Shades of Sapphire #112B66

Tints of Sapphire #112B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 62.96%

R = 10.49%
G = 26.54%
B = 62.96%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#112B66 (or 0x112B66) is known color: Sapphire. HEX triplet: 11, 2B and 66. RGB value is (17,43,102). Sum of RGB (Red+Green+Blue) = 17+43+102=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 102 (40.23% from 255 or 62.96% from 162); Max value from RGB is 102 - color contains mainly: blue. Hex color #112B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B66 is #EED499. Grayscale: #292929. Windows color (decimal): -15651994 or 6695697. OLE color: 6695697.

HSL color Cylindrical-coordinate representation of color #112B66: hue angle of 221.65º 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 #112B66 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 17 43 102 -
CMYK 0.83 0.58 0 0.6
HSL 221.65º 0.71% 0.23% -
HSV(B) 221.65º 0.83% 0.4% -
XYZ 3.49 2.81 12.93 -
YUV 41.95 161.89 110.2 -
System Red Green Blue C M Y K H S L
Decimal 17 43 102 0.83 0.58 0 0.6 221.65 0.71 0.23
Hex 11 2B 66 53 3A 0 3C DE 47 17
Octal 21 53 146 123 72 0 74 336 107 27
Binary 10001 101011 1100110 1010011 111010 0 111100 11011110 1000111 10111

Color Harmonies of #112B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B66

Black with #112B66

Text Example


Text Example

White with #112B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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