Html Css Color HEX #112C6C Sapphire

📋 copy color: '#112C6C'

red 17 ◦ green 44 ◦ blue 108

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

Shades of Sapphire #112C6C

Tints of Sapphire #112C6C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.04%

 BLUE value IS 108 (42.58% from 255) = 63.91%

R = 10.06%
G = 26.04%
B = 63.91%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#112C6C (or 0x112C6C) is known color: Sapphire. HEX triplet: 11, 2C and 6C. RGB value is (17,44,108). Sum of RGB (Red+Green+Blue) = 17+44+108=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 108 (42.58% from 255 or 63.91% from 169); Max value from RGB is 108 - color contains mainly: blue. Hex color #112C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112C6C is #EED393. Grayscale: #2A2A2A. Windows color (decimal): -15651732 or 7089169. OLE color: 7089169.

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

Color convert

RGB 17 44 108 -
CMYK 0.84 0.59 0 0.58
HSL 222.2º 0.73% 0.25% -
HSV(B) 222.2º 0.84% 0.42% -
XYZ 3.84 3 14.56 -
YUV 43.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 17 44 108 0.84 0.59 0 0.58 222.2 0.73 0.25
Hex 11 2C 6C 54 3B 0 3A DE 49 19
Octal 21 54 154 124 73 0 72 336 111 31
Binary 10001 101100 1101100 1010100 111011 0 111010 11011110 1001001 11001

Color Harmonies of #112C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112C6C

Black with #112C6C

Text Example


Text Example

White with #112C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,44,108); }

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

background-color css

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

 a { background-color: rgb(17,44,108); }

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

border-color css

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

 span { border-color: rgb(17,44,108); }

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