Html Css Color HEX #112668 Sapphire

📋 copy color: '#112668'

red 17 ◦ green 38 ◦ blue 104

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

Shades of Sapphire #112668

Tints of Sapphire #112668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 65.41%

R = 10.69%
G = 23.9%
B = 65.41%

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

#112668 (or 0x112668) is known color: Sapphire. HEX triplet: 11, 26 and 68. RGB value is (17,38,104). Sum of RGB (Red+Green+Blue) = 17+38+104=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 104 (41.02% from 255 or 65.41% from 159); Max value from RGB is 104 - color contains mainly: blue. Hex color #112668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112668 is #EED997. Grayscale: #262626. Windows color (decimal): -15653272 or 6825489. OLE color: 6825489.

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

Color convert

RGB 17 38 104 -
CMYK 0.84 0.63 0 0.59
HSL 225.52º 0.72% 0.24% -
HSV(B) 225.52º 0.84% 0.41% -
XYZ 3.42 2.5 13.4 -
YUV 39.25 164.54 112.13 -
System Red Green Blue C M Y K H S L
Decimal 17 38 104 0.84 0.63 0 0.59 225.52 0.72 0.24
Hex 11 26 68 54 3F 0 3B E2 48 18
Octal 21 46 150 124 77 0 73 342 110 30
Binary 10001 100110 1101000 1010100 111111 0 111011 11100010 1001000 11000

Color Harmonies of #112668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112668

Black with #112668

Text Example


Text Example

White with #112668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112668; }

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

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

background-color css

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

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

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

border-color css

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

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

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