Html Css Color HEX #112454 Sapphire

📋 copy color: '#112454'

red 17 ◦ green 36 ◦ blue 84

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

Shades of Sapphire #112454

Tints of Sapphire #112454

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.28%

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

R = 12.41%
G = 26.28%
B = 61.31%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#112454 (or 0x112454) is known color: Sapphire. HEX triplet: 11, 24 and 54. RGB value is (17,36,84). Sum of RGB (Red+Green+Blue) = 17+36+84=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 84 (33.20% from 255 or 61.31% from 137); Max value from RGB is 84 - color contains mainly: blue. Hex color #112454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112454 is #EEDBAB. Grayscale: #232323. Windows color (decimal): -15653804 or 5514257. OLE color: 5514257.

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

Color convert

RGB 17 36 84 -
CMYK 0.80 0.57 0 0.67
HSL 222.99º 0.66% 0.2% -
HSV(B) 222.99º 0.8% 0.33% -
XYZ 2.46 2.02 8.65 -
YUV 35.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 17 36 84 0.80 0.57 0 0.67 222.99 0.66 0.2
Hex 11 24 54 50 39 0 43 DF 42 14
Octal 21 44 124 120 71 0 103 337 102 24
Binary 10001 100100 1010100 1010000 111001 0 1000011 11011111 1000010 10100

Color Harmonies of #112454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112454

Black with #112454

Text Example


Text Example

White with #112454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112454; }

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

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

background-color css

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

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

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

border-color css

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

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

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