Html Css Color HEX #112882 Sapphire

📋 copy color: '#112882'

red 17 ◦ green 40 ◦ blue 130

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

Shades of Sapphire #112882

Tints of Sapphire #112882

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.39%

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

R = 9.09%
G = 21.39%
B = 69.52%

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

#112882 (or 0x112882) is known color: Sapphire. HEX triplet: 11, 28 and 82. RGB value is (17,40,130). Sum of RGB (Red+Green+Blue) = 17+40+130=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 130 (51.17% from 255 or 69.52% from 187); Max value from RGB is 130 - color contains mainly: blue. Hex color #112882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112882 is #EED77D. Grayscale: #2B2B2B. Windows color (decimal): -15652734 or 8529937. OLE color: 8529937.

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

Color convert

RGB 17 40 130 -
CMYK 0.87 0.69 0 0.49
HSL 227.79º 0.77% 0.29% -
HSV(B) 227.79º 0.87% 0.51% -
XYZ 5.02 3.25 21.48 -
YUV 43.38 176.88 109.18 -
System Red Green Blue C M Y K H S L
Decimal 17 40 130 0.87 0.69 0 0.49 227.79 0.77 0.29
Hex 11 28 82 57 45 0 31 E4 4D 1D
Octal 21 50 202 127 105 0 61 344 115 35
Binary 10001 101000 10000010 1010111 1000101 0 110001 11100100 1001101 11101

Color Harmonies of #112882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112882

Black with #112882

Text Example


Text Example

White with #112882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112882; }

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

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

background-color css

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

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

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

border-color css

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

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

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