Html Css Color HEX #112451 Sapphire

📋 copy color: '#112451'

red 17 ◦ green 36 ◦ blue 81

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

Shades of Sapphire #112451

Tints of Sapphire #112451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 60.45%

R = 12.69%
G = 26.87%
B = 60.45%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#112451 (or 0x112451) is known color: Sapphire. HEX triplet: 11, 24 and 51. RGB value is (17,36,81). Sum of RGB (Red+Green+Blue) = 17+36+81=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 81 (32.03% from 255 or 60.45% from 134); Max value from RGB is 81 - color contains mainly: blue. Hex color #112451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112451 is #EEDBAE. Grayscale: #232323. Windows color (decimal): -15653807 or 5317649. OLE color: 5317649.

HSL color Cylindrical-coordinate representation of color #112451: hue angle of 222.19º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #112451 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 17 36 81 -
CMYK 0.79 0.56 0 0.68
HSL 222.19º 0.65% 0.19% -
HSV(B) 222.19º 0.79% 0.32% -
XYZ 2.35 1.98 8.04 -
YUV 35.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 17 36 81 0.79 0.56 0 0.68 222.19 0.65 0.19
Hex 11 24 51 4F 38 0 44 DE 41 13
Octal 21 44 121 117 70 0 104 336 101 23
Binary 10001 100100 1010001 1001111 111000 0 1000100 11011110 1000001 10011

Color Harmonies of #112451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112451

Black with #112451

Text Example


Text Example

White with #112451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112451; }

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

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

background-color css

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

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

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

border-color css

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

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

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