Html Css Color HEX #112554 Sapphire

📋 copy color: '#112554'

red 17 ◦ green 37 ◦ blue 84

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

Shades of Sapphire #112554

Tints of Sapphire #112554

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.81%

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

R = 12.32%
G = 26.81%
B = 60.87%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#112554 (or 0x112554) is known color: Sapphire. HEX triplet: 11, 25 and 54. RGB value is (17,37,84). Sum of RGB (Red+Green+Blue) = 17+37+84=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 84 (33.20% from 255 or 60.87% from 138); Max value from RGB is 84 - color contains mainly: blue. Hex color #112554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112554 is #EEDAAB. Grayscale: #242424. Windows color (decimal): -15653548 or 5514513. OLE color: 5514513.

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

Color convert

RGB 17 37 84 -
CMYK 0.80 0.56 0 0.67
HSL 222.09º 0.66% 0.2% -
HSV(B) 222.09º 0.8% 0.33% -
XYZ 2.49 2.08 8.66 -
YUV 36.38 154.87 114.18 -
System Red Green Blue C M Y K H S L
Decimal 17 37 84 0.80 0.56 0 0.67 222.09 0.66 0.2
Hex 11 25 54 50 38 0 43 DE 42 14
Octal 21 45 124 120 70 0 103 336 102 24
Binary 10001 100101 1010100 1010000 111000 0 1000011 11011110 1000010 10100

Color Harmonies of #112554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112554

Black with #112554

Text Example


Text Example

White with #112554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112554; }

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

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

background-color css

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

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

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

border-color css

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

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

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