Html Css Color HEX #112E65 Sapphire

📋 copy color: '#112E65'

red 17 ◦ green 46 ◦ blue 101

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

Shades of Sapphire #112E65

Tints of Sapphire #112E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 61.59%

R = 10.37%
G = 28.05%
B = 61.59%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#112E65 (or 0x112E65) is known color: Sapphire. HEX triplet: 11, 2E and 65. RGB value is (17,46,101). Sum of RGB (Red+Green+Blue) = 17+46+101=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 101 (39.84% from 255 or 61.59% from 164); Max value from RGB is 101 - color contains mainly: blue. Hex color #112E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112E65 is #EED19A. Grayscale: #2B2B2B. Windows color (decimal): -15651227 or 6630929. OLE color: 6630929.

HSL color Cylindrical-coordinate representation of color #112E65: hue angle of 219.29º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112E65 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 17 46 101 -
CMYK 0.83 0.54 0 0.60
HSL 219.29º 0.71% 0.23% -
HSV(B) 219.29º 0.83% 0.4% -
XYZ 3.56 3.01 12.71 -
YUV 43.6 160.39 109.03 -
System Red Green Blue C M Y K H S L
Decimal 17 46 101 0.83 0.54 0 0.60 219.29 0.71 0.23
Hex 11 2E 65 53 36 0 3C DB 47 17
Octal 21 56 145 123 66 0 74 333 107 27
Binary 10001 101110 1100101 1010011 110110 0 111100 11011011 1000111 10111

Color Harmonies of #112E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E65

Black with #112E65

Text Example


Text Example

White with #112E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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