Html Css Color HEX #112E5D Sapphire

📋 copy color: '#112E5D'

red 17 ◦ green 46 ◦ blue 93

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

Shades of Sapphire #112E5D

Tints of Sapphire #112E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 59.62%

R = 10.9%
G = 29.49%
B = 59.62%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#112E5D (or 0x112E5D) is known color: Sapphire. HEX triplet: 11, 2E and 5D. RGB value is (17,46,93). Sum of RGB (Red+Green+Blue) = 17+46+93=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #112E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112E5D is #EED1A2. Grayscale: #2A2A2A. Windows color (decimal): -15651235 or 6106641. OLE color: 6106641.

HSL color Cylindrical-coordinate representation of color #112E5D: hue angle of 217.11º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #112E5D is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 46 93 -
CMYK 0.82 0.51 0 0.64
HSL 217.11º 0.69% 0.22% -
HSV(B) 217.11º 0.82% 0.36% -
XYZ 3.18 2.86 10.74 -
YUV 42.69 156.39 109.68 -
System Red Green Blue C M Y K H S L
Decimal 17 46 93 0.82 0.51 0 0.64 217.11 0.69 0.22
Hex 11 2E 5D 52 33 0 40 D9 45 16
Octal 21 56 135 122 63 0 100 331 105 26
Binary 10001 101110 1011101 1010010 110011 0 1000000 11011001 1000101 10110

Color Harmonies of #112E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E5D

Black with #112E5D

Text Example


Text Example

White with #112E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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