Html Css Color HEX #112D80 Sapphire

📋 copy color: '#112D80'

red 17 ◦ green 45 ◦ blue 128

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

Shades of Sapphire #112D80

Tints of Sapphire #112D80

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.68%

 BLUE value IS 128 (50.39% from 255) = 67.37%

R = 8.95%
G = 23.68%
B = 67.37%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#112D80 (or 0x112D80) is known color: Sapphire. HEX triplet: 11, 2D and 80. RGB value is (17,45,128). Sum of RGB (Red+Green+Blue) = 17+45+128=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 128 (50.39% from 255 or 67.37% from 190); Max value from RGB is 128 - color contains mainly: blue. Hex color #112D80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112D80 is #EED27F. Grayscale: #2D2D2D. Windows color (decimal): -15651456 or 8400145. OLE color: 8400145.

HSL color Cylindrical-coordinate representation of color #112D80: hue angle of 224.86º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #112D80 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 45 128 -
CMYK 0.87 0.65 0 0.50
HSL 224.86º 0.77% 0.28% -
HSV(B) 224.86º 0.87% 0.5% -
XYZ 5.07 3.55 20.84 -
YUV 46.09 174.22 107.25 -
System Red Green Blue C M Y K H S L
Decimal 17 45 128 0.87 0.65 0 0.50 224.86 0.77 0.28
Hex 11 2D 80 57 41 0 32 E1 4D 1C
Octal 21 55 200 127 101 0 62 341 115 34
Binary 10001 101101 10000000 1010111 1000001 0 110010 11100001 1001101 11100

Color Harmonies of #112D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D80

Black with #112D80

Text Example


Text Example

White with #112D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112D80; }

 p { color: rgb(17,45,128); }

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

background-color css

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

 a { background-color: rgb(17,45,128); }

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

border-color css

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

 span { border-color: rgb(17,45,128); }

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