Html Css Color HEX #112754 Sapphire

📋 copy color: '#112754'

red 17 ◦ green 39 ◦ blue 84

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

Shades of Sapphire #112754

Tints of Sapphire #112754

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.86%

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

R = 12.14%
G = 27.86%
B = 60%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#112754 (or 0x112754) is known color: Sapphire. HEX triplet: 11, 27 and 54. RGB value is (17,39,84). Sum of RGB (Red+Green+Blue) = 17+39+84=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 84 (33.20% from 255 or 60% from 140); Max value from RGB is 84 - color contains mainly: blue. Hex color #112754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112754 is #EED8AB. Grayscale: #252525. Windows color (decimal): -15653036 or 5515025. OLE color: 5515025.

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

Color convert

RGB 17 39 84 -
CMYK 0.80 0.54 0 0.67
HSL 220.3º 0.66% 0.2% -
HSV(B) 220.3º 0.8% 0.33% -
XYZ 2.56 2.21 8.68 -
YUV 37.55 154.21 113.34 -
System Red Green Blue C M Y K H S L
Decimal 17 39 84 0.80 0.54 0 0.67 220.3 0.66 0.2
Hex 11 27 54 50 36 0 43 DC 42 14
Octal 21 47 124 120 66 0 103 334 102 24
Binary 10001 100111 1010100 1010000 110110 0 1000011 11011100 1000010 10100

Color Harmonies of #112754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112754

Black with #112754

Text Example


Text Example

White with #112754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112754; }

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

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

background-color css

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

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

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

border-color css

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

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

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