Html Css Color HEX #112C69 Sapphire

📋 copy color: '#112C69'

red 17 ◦ green 44 ◦ blue 105

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

Shades of Sapphire #112C69

Tints of Sapphire #112C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 63.25%

R = 10.24%
G = 26.51%
B = 63.25%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#112C69 (or 0x112C69) is known color: Sapphire. HEX triplet: 11, 2C and 69. RGB value is (17,44,105). Sum of RGB (Red+Green+Blue) = 17+44+105=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #112C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112C69 is #EED396. Grayscale: #2A2A2A. Windows color (decimal): -15651735 or 6892561. OLE color: 6892561.

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

Color convert

RGB 17 44 105 -
CMYK 0.84 0.58 0 0.59
HSL 221.59º 0.72% 0.24% -
HSV(B) 221.59º 0.84% 0.41% -
XYZ 3.68 2.94 13.74 -
YUV 42.88 163.05 109.54 -
System Red Green Blue C M Y K H S L
Decimal 17 44 105 0.84 0.58 0 0.59 221.59 0.72 0.24
Hex 11 2C 69 54 3A 0 3B DE 48 18
Octal 21 54 151 124 72 0 73 336 110 30
Binary 10001 101100 1101001 1010100 111010 0 111011 11011110 1001000 11000

Color Harmonies of #112C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112C69

Black with #112C69

Text Example


Text Example

White with #112C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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