Html Css Color HEX #112983 Sapphire

📋 copy color: '#112983'

red 17 ◦ green 41 ◦ blue 131

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

Shades of Sapphire #112983

Tints of Sapphire #112983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 69.31%

R = 8.99%
G = 21.69%
B = 69.31%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#112983 (or 0x112983) is known color: Sapphire. HEX triplet: 11, 29 and 83. RGB value is (17,41,131). Sum of RGB (Red+Green+Blue) = 17+41+131=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 131 (51.56% from 255 or 69.31% from 189); Max value from RGB is 131 - color contains mainly: blue. Hex color #112983 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112983 is #EED67C. Grayscale: #2B2B2B. Windows color (decimal): -15652477 or 8595729. OLE color: 8595729.

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

Color convert

RGB 17 41 131 -
CMYK 0.87 0.69 0 0.49
HSL 227.37º 0.77% 0.29% -
HSV(B) 227.37º 0.87% 0.51% -
XYZ 5.12 3.34 21.85 -
YUV 44.08 177.05 108.68 -
System Red Green Blue C M Y K H S L
Decimal 17 41 131 0.87 0.69 0 0.49 227.37 0.77 0.29
Hex 11 29 83 57 45 0 31 E3 4D 1D
Octal 21 51 203 127 105 0 61 343 115 35
Binary 10001 101001 10000011 1010111 1000101 0 110001 11100011 1001101 11101

Color Harmonies of #112983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112983

Black with #112983

Text Example


Text Example

White with #112983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112983; }

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

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

background-color css

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

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

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

border-color css

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

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

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