Html Css Color HEX #112E5F Sapphire

📋 copy color: '#112E5F'

red 17 ◦ green 46 ◦ blue 95

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

Shades of Sapphire #112E5F

Tints of Sapphire #112E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 60.13%

R = 10.76%
G = 29.11%
B = 60.13%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#112E5F (or 0x112E5F) is known color: Sapphire. HEX triplet: 11, 2E and 5F. RGB value is (17,46,95). Sum of RGB (Red+Green+Blue) = 17+46+95=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #112E5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112E5F is #EED1A0. Grayscale: #2A2A2A. Windows color (decimal): -15651233 or 6237713. OLE color: 6237713.

HSL color Cylindrical-coordinate representation of color #112E5F: hue angle of 217.69º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #112E5F is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 17 46 95 -
CMYK 0.82 0.52 0 0.63
HSL 217.69º 0.7% 0.22% -
HSV(B) 217.69º 0.82% 0.37% -
XYZ 3.27 2.9 11.21 -
YUV 42.92 157.39 109.52 -
System Red Green Blue C M Y K H S L
Decimal 17 46 95 0.82 0.52 0 0.63 217.69 0.7 0.22
Hex 11 2E 5F 52 34 0 3F DA 46 16
Octal 21 56 137 122 64 0 77 332 106 26
Binary 10001 101110 1011111 1010010 110100 0 111111 11011010 1000110 10110

Color Harmonies of #112E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E5F

Black with #112E5F

Text Example


Text Example

White with #112E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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