Html Css Color HEX #112054 Sapphire

📋 copy color: '#112054'

red 17 ◦ green 32 ◦ blue 84

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

Shades of Sapphire #112054

Tints of Sapphire #112054

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.06%

 BLUE value IS 84 (33.2% from 255) = 63.16%

R = 12.78%
G = 24.06%
B = 63.16%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#112054 (or 0x112054) is known color: Sapphire. HEX triplet: 11, 20 and 54. RGB value is (17,32,84). Sum of RGB (Red+Green+Blue) = 17+32+84=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 84 (33.20% from 255 or 63.16% from 133); Max value from RGB is 84 - color contains mainly: blue. Hex color #112054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112054 is #EEDFAB. Grayscale: #212121. Windows color (decimal): -15654828 or 5513233. OLE color: 5513233.

HSL color Cylindrical-coordinate representation of color #112054: hue angle of 226.57º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #112054 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 32 84 -
CMYK 0.80 0.62 0 0.67
HSL 226.57º 0.66% 0.2% -
HSV(B) 226.57º 0.8% 0.33% -
XYZ 2.35 1.79 8.61 -
YUV 33.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 17 32 84 0.80 0.62 0 0.67 226.57 0.66 0.2
Hex 11 20 54 50 3E 0 43 E3 42 14
Octal 21 40 124 120 76 0 103 343 102 24
Binary 10001 100000 1010100 1010000 111110 0 1000011 11100011 1000010 10100

Color Harmonies of #112054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112054

Black with #112054

Text Example


Text Example

White with #112054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112054; }

 p { color: rgb(17,32,84); }

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

background-color css

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

 a { background-color: rgb(17,32,84); }

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

border-color css

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

 span { border-color: rgb(17,32,84); }

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