Html Css Color HEX #112A76 Sapphire

📋 copy color: '#112A76'

red 17 ◦ green 42 ◦ blue 118

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

Shades of Sapphire #112A76

Tints of Sapphire #112A76

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.73%

 BLUE value IS 118 (46.48% from 255) = 66.67%

R = 9.6%
G = 23.73%
B = 66.67%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#112A76 (or 0x112A76) is known color: Sapphire. HEX triplet: 11, 2A and 76. RGB value is (17,42,118). Sum of RGB (Red+Green+Blue) = 17+42+118=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 118 (46.48% from 255 or 66.67% from 177); Max value from RGB is 118 - color contains mainly: blue. Hex color #112A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112A76 is #EED589. Grayscale: #2A2A2A. Windows color (decimal): -15652234 or 7744017. OLE color: 7744017.

HSL color Cylindrical-coordinate representation of color #112A76: hue angle of 225.15º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112A76 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 42 118 -
CMYK 0.86 0.64 0 0.54
HSL 225.15º 0.75% 0.26% -
HSV(B) 225.15º 0.86% 0.46% -
XYZ 4.33 3.08 17.51 -
YUV 43.19 170.22 109.32 -
System Red Green Blue C M Y K H S L
Decimal 17 42 118 0.86 0.64 0 0.54 225.15 0.75 0.26
Hex 11 2A 76 56 40 0 36 E1 4B 1A
Octal 21 52 166 126 100 0 66 341 113 32
Binary 10001 101010 1110110 1010110 1000000 0 110110 11100001 1001011 11010

Color Harmonies of #112A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112A76

Black with #112A76

Text Example


Text Example

White with #112A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,42,118); }

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

background-color css

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

 a { background-color: rgb(17,42,118); }

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

border-color css

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

 span { border-color: rgb(17,42,118); }

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