Html Css Color HEX #112469 Sapphire

📋 copy color: '#112469'

red 17 ◦ green 36 ◦ blue 105

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

Shades of Sapphire #112469

Tints of Sapphire #112469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.78%

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

R = 10.76%
G = 22.78%
B = 66.46%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#112469 (or 0x112469) is known color: Sapphire. HEX triplet: 11, 24 and 69. RGB value is (17,36,105). Sum of RGB (Red+Green+Blue) = 17+36+105=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 105 (41.41% from 255 or 66.46% from 158); Max value from RGB is 105 - color contains mainly: blue. Hex color #112469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112469 is #EEDB96. Grayscale: #252525. Windows color (decimal): -15653783 or 6890513. OLE color: 6890513.

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

Color convert

RGB 17 36 105 -
CMYK 0.84 0.66 0 0.59
HSL 227.05º 0.72% 0.24% -
HSV(B) 227.05º 0.84% 0.41% -
XYZ 3.41 2.4 13.65 -
YUV 38.19 165.71 112.89 -
System Red Green Blue C M Y K H S L
Decimal 17 36 105 0.84 0.66 0 0.59 227.05 0.72 0.24
Hex 11 24 69 54 42 0 3B E3 48 18
Octal 21 44 151 124 102 0 73 343 110 30
Binary 10001 100100 1101001 1010100 1000010 0 111011 11100011 1001000 11000

Color Harmonies of #112469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112469

Black with #112469

Text Example


Text Example

White with #112469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112469; }

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

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

background-color css

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

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

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

border-color css

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

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

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