Html Css Color HEX #112769 Sapphire

📋 copy color: '#112769'

red 17 ◦ green 39 ◦ blue 105

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

Shades of Sapphire #112769

Tints of Sapphire #112769

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.22%

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

R = 10.56%
G = 24.22%
B = 65.22%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#112769 (or 0x112769) is known color: Sapphire. HEX triplet: 11, 27 and 69. RGB value is (17,39,105). Sum of RGB (Red+Green+Blue) = 17+39+105=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 105 (41.41% from 255 or 65.22% from 161); Max value from RGB is 105 - color contains mainly: blue. Hex color #112769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112769 is #EED896. Grayscale: #272727. Windows color (decimal): -15653015 or 6891281. OLE color: 6891281.

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

Color convert

RGB 17 39 105 -
CMYK 0.84 0.63 0 0.59
HSL 225º 0.72% 0.24% -
HSV(B) 225º 0.84% 0.41% -
XYZ 3.51 2.59 13.68 -
YUV 39.95 164.71 111.63 -
System Red Green Blue C M Y K H S L
Decimal 17 39 105 0.84 0.63 0 0.59 225 0.72 0.24
Hex 11 27 69 54 3F 0 3B E1 48 18
Octal 21 47 151 124 77 0 73 341 110 30
Binary 10001 100111 1101001 1010100 111111 0 111011 11100001 1001000 11000

Color Harmonies of #112769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112769

Black with #112769

Text Example


Text Example

White with #112769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112769; }

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

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

background-color css

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

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

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

border-color css

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

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

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