Html Css Color HEX #112E68 Sapphire

📋 copy color: '#112E68'

red 17 ◦ green 46 ◦ blue 104

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

Shades of Sapphire #112E68

Tints of Sapphire #112E68

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.54%

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

R = 10.18%
G = 27.54%
B = 62.28%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#112E68 (or 0x112E68) is known color: Sapphire. HEX triplet: 11, 2E and 68. RGB value is (17,46,104). Sum of RGB (Red+Green+Blue) = 17+46+104=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #112E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112E68 is #EED197. Grayscale: #2B2B2B. Windows color (decimal): -15651224 or 6827537. OLE color: 6827537.

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

Color convert

RGB 17 46 104 -
CMYK 0.84 0.56 0 0.59
HSL 220º 0.72% 0.24% -
HSV(B) 220º 0.84% 0.41% -
XYZ 3.71 3.07 13.49 -
YUV 43.94 161.89 108.78 -
System Red Green Blue C M Y K H S L
Decimal 17 46 104 0.84 0.56 0 0.59 220 0.72 0.24
Hex 11 2E 68 54 38 0 3B DC 48 18
Octal 21 56 150 124 70 0 73 334 110 30
Binary 10001 101110 1101000 1010100 111000 0 111011 11011100 1001000 11000

Color Harmonies of #112E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E68

Black with #112E68

Text Example


Text Example

White with #112E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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