Html Css Color HEX #112369 Sapphire

📋 copy color: '#112369'

red 17 ◦ green 35 ◦ blue 105

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

Shades of Sapphire #112369

Tints of Sapphire #112369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.29%

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

R = 10.83%
G = 22.29%
B = 66.88%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#112369 (or 0x112369) is known color: Sapphire. HEX triplet: 11, 23 and 69. RGB value is (17,35,105). Sum of RGB (Red+Green+Blue) = 17+35+105=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #112369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112369 is #EEDC96. Grayscale: #252525. Windows color (decimal): -15654039 or 6890257. OLE color: 6890257.

HSL color Cylindrical-coordinate representation of color #112369: hue angle of 227.73º 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 #112369 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 35 105 -
CMYK 0.84 0.67 0 0.59
HSL 227.73º 0.72% 0.24% -
HSV(B) 227.73º 0.84% 0.41% -
XYZ 3.38 2.34 13.64 -
YUV 37.6 166.04 113.31 -
System Red Green Blue C M Y K H S L
Decimal 17 35 105 0.84 0.67 0 0.59 227.73 0.72 0.24
Hex 11 23 69 54 43 0 3B E4 48 18
Octal 21 43 151 124 103 0 73 344 110 30
Binary 10001 100011 1101001 1010100 1000011 0 111011 11100100 1001000 11000

Color Harmonies of #112369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112369

Black with #112369

Text Example


Text Example

White with #112369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112369; }

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

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

background-color css

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

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

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

border-color css

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

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

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