Html Css Color HEX #112669 Sapphire

📋 copy color: '#112669'

red 17 ◦ green 38 ◦ blue 105

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

Shades of Sapphire #112669

Tints of Sapphire #112669

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.75%

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

R = 10.63%
G = 23.75%
B = 65.63%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#112669 (or 0x112669) is known color: Sapphire. HEX triplet: 11, 26 and 69. RGB value is (17,38,105). Sum of RGB (Red+Green+Blue) = 17+38+105=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 105 (41.41% from 255 or 65.62% from 160); Max value from RGB is 105 - color contains mainly: blue. Hex color #112669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112669 is #EED996. Grayscale: #272727. Windows color (decimal): -15653271 or 6891025. OLE color: 6891025.

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

Color convert

RGB 17 38 105 -
CMYK 0.84 0.64 0 0.59
HSL 225.68º 0.72% 0.24% -
HSV(B) 225.68º 0.84% 0.41% -
XYZ 3.47 2.53 13.67 -
YUV 39.36 165.04 112.05 -
System Red Green Blue C M Y K H S L
Decimal 17 38 105 0.84 0.64 0 0.59 225.68 0.72 0.24
Hex 11 26 69 54 40 0 3B E2 48 18
Octal 21 46 151 124 100 0 73 342 110 30
Binary 10001 100110 1101001 1010100 1000000 0 111011 11100010 1001000 11000

Color Harmonies of #112669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112669

Black with #112669

Text Example


Text Example

White with #112669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112669; }

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

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

background-color css

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

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

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

border-color css

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

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

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