Html Css Color HEX #112982 Sapphire

📋 copy color: '#112982'

red 17 ◦ green 41 ◦ blue 130

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

Shades of Sapphire #112982

Tints of Sapphire #112982

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.81%

 BLUE value IS 130 (51.17% from 255) = 69.15%

R = 9.04%
G = 21.81%
B = 69.15%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#112982 (or 0x112982) is known color: Sapphire. HEX triplet: 11, 29 and 82. RGB value is (17,41,130). Sum of RGB (Red+Green+Blue) = 17+41+130=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 130 (51.17% from 255 or 69.15% from 188); Max value from RGB is 130 - color contains mainly: blue. Hex color #112982 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112982 is #EED67D. Grayscale: #2B2B2B. Windows color (decimal): -15652478 or 8530193. OLE color: 8530193.

HSL color Cylindrical-coordinate representation of color #112982: hue angle of 227.26º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #112982 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 41 130 -
CMYK 0.87 0.68 0 0.49
HSL 227.26º 0.77% 0.29% -
HSV(B) 227.26º 0.87% 0.51% -
XYZ 5.05 3.32 21.49 -
YUV 43.97 176.55 108.76 -
System Red Green Blue C M Y K H S L
Decimal 17 41 130 0.87 0.68 0 0.49 227.26 0.77 0.29
Hex 11 29 82 57 44 0 31 E3 4D 1D
Octal 21 51 202 127 104 0 61 343 115 35
Binary 10001 101001 10000010 1010111 1000100 0 110001 11100011 1001101 11101

Color Harmonies of #112982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112982

Black with #112982

Text Example


Text Example

White with #112982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112982; }

 p { color: rgb(17,41,130); }

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

background-color css

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

 a { background-color: rgb(17,41,130); }

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

border-color css

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

 span { border-color: rgb(17,41,130); }

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