Html Css Color HEX #112672 Sapphire

📋 copy color: '#112672'

red 17 ◦ green 38 ◦ blue 114

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

Shades of Sapphire #112672

Tints of Sapphire #112672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 67.46%

R = 10.06%
G = 22.49%
B = 67.46%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#112672 (or 0x112672) is known color: Sapphire. HEX triplet: 11, 26 and 72. RGB value is (17,38,114). Sum of RGB (Red+Green+Blue) = 17+38+114=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 114 (44.92% from 255 or 67.46% from 169); Max value from RGB is 114 - color contains mainly: blue. Hex color #112672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112672 is #EED98D. Grayscale: #282828. Windows color (decimal): -15653262 or 7480849. OLE color: 7480849.

HSL color Cylindrical-coordinate representation of color #112672: hue angle of 227.01º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112672 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 38 114 -
CMYK 0.85 0.67 0 0.55
HSL 227.01º 0.74% 0.26% -
HSV(B) 227.01º 0.85% 0.45% -
XYZ 3.96 2.72 16.24 -
YUV 40.39 169.54 111.32 -
System Red Green Blue C M Y K H S L
Decimal 17 38 114 0.85 0.67 0 0.55 227.01 0.74 0.26
Hex 11 26 72 55 43 0 37 E3 4A 1A
Octal 21 46 162 125 103 0 67 343 112 32
Binary 10001 100110 1110010 1010101 1000011 0 110111 11100011 1001010 11010

Color Harmonies of #112672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112672

Black with #112672

Text Example


Text Example

White with #112672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112672; }

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

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

background-color css

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

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

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

border-color css

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

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

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