Html Css Color HEX #112C80 Sapphire

📋 copy color: '#112C80'

red 17 ◦ green 44 ◦ blue 128

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

Shades of Sapphire #112C80

Tints of Sapphire #112C80

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.28%

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

R = 8.99%
G = 23.28%
B = 67.72%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#112C80 (or 0x112C80) is known color: Sapphire. HEX triplet: 11, 2C and 80. RGB value is (17,44,128). Sum of RGB (Red+Green+Blue) = 17+44+128=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 128 (50.39% from 255 or 67.72% from 189); Max value from RGB is 128 - color contains mainly: blue. Hex color #112C80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112C80 is #EED37F. Grayscale: #2D2D2D. Windows color (decimal): -15651712 or 8399889. OLE color: 8399889.

HSL color Cylindrical-coordinate representation of color #112C80: hue angle of 225.41º 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 #112C80 is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 44 128 -
CMYK 0.87 0.66 0 0.50
HSL 225.41º 0.77% 0.28% -
HSV(B) 225.41º 0.87% 0.5% -
XYZ 5.03 3.48 20.83 -
YUV 45.5 174.55 107.67 -
System Red Green Blue C M Y K H S L
Decimal 17 44 128 0.87 0.66 0 0.50 225.41 0.77 0.28
Hex 11 2C 80 57 42 0 32 E1 4D 1C
Octal 21 54 200 127 102 0 62 341 115 34
Binary 10001 101100 10000000 1010111 1000010 0 110010 11100001 1001101 11100

Color Harmonies of #112C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112C80

Black with #112C80

Text Example


Text Example

White with #112C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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