Html Css Color HEX #112981 Sapphire

📋 copy color: '#112981'

red 17 ◦ green 41 ◦ blue 129

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

Shades of Sapphire #112981

Tints of Sapphire #112981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 68.98%

R = 9.09%
G = 21.93%
B = 68.98%

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

#112981 (or 0x112981) is known color: Sapphire. HEX triplet: 11, 29 and 81. RGB value is (17,41,129). Sum of RGB (Red+Green+Blue) = 17+41+129=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 129 (50.78% from 255 or 68.98% from 187); Max value from RGB is 129 - color contains mainly: blue. Hex color #112981 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112981 is #EED67E. Grayscale: #2B2B2B. Windows color (decimal): -15652479 or 8464657. OLE color: 8464657.

HSL color Cylindrical-coordinate representation of color #112981: hue angle of 227.14º 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 #112981 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 41 129 -
CMYK 0.87 0.68 0 0.49
HSL 227.14º 0.77% 0.29% -
HSV(B) 227.14º 0.87% 0.51% -
XYZ 4.99 3.29 21.14 -
YUV 43.86 176.05 108.84 -
System Red Green Blue C M Y K H S L
Decimal 17 41 129 0.87 0.68 0 0.49 227.14 0.77 0.29
Hex 11 29 81 57 44 0 31 E3 4D 1D
Octal 21 51 201 127 104 0 61 343 115 35
Binary 10001 101001 10000001 1010111 1000100 0 110001 11100011 1001101 11101

Color Harmonies of #112981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112981

Black with #112981

Text Example


Text Example

White with #112981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112981; }

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

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

background-color css

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

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

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

border-color css

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

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

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