Html Css Color HEX #112354 Sapphire

📋 copy color: '#112354'

red 17 ◦ green 35 ◦ blue 84

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

Shades of Sapphire #112354

Tints of Sapphire #112354

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.74%

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

R = 12.5%
G = 25.74%
B = 61.76%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#112354 (or 0x112354) is known color: Sapphire. HEX triplet: 11, 23 and 54. RGB value is (17,35,84). Sum of RGB (Red+Green+Blue) = 17+35+84=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #112354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112354 is #EEDCAB. Grayscale: #222222. Windows color (decimal): -15654060 or 5514001. OLE color: 5514001.

HSL color Cylindrical-coordinate representation of color #112354: hue angle of 223.88º 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 #112354 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 35 84 -
CMYK 0.80 0.58 0 0.67
HSL 223.88º 0.66% 0.2% -
HSV(B) 223.88º 0.8% 0.33% -
XYZ 2.43 1.96 8.64 -
YUV 35.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 17 35 84 0.80 0.58 0 0.67 223.88 0.66 0.2
Hex 11 23 54 50 3A 0 43 E0 42 14
Octal 21 43 124 120 72 0 103 340 102 24
Binary 10001 100011 1010100 1010000 111010 0 1000011 11100000 1000010 10100

Color Harmonies of #112354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112354

Black with #112354

Text Example


Text Example

White with #112354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112354; }

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

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

background-color css

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

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

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

border-color css

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

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

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