Html Css Color HEX #112958 Sapphire

📋 copy color: '#112958'

red 17 ◦ green 41 ◦ blue 88

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

Shades of Sapphire #112958

Tints of Sapphire #112958

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.08%

 BLUE value IS 88 (34.77% from 255) = 60.27%

R = 11.64%
G = 28.08%
B = 60.27%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#112958 (or 0x112958) is known color: Sapphire. HEX triplet: 11, 29 and 58. RGB value is (17,41,88). Sum of RGB (Red+Green+Blue) = 17+41+88=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 88 (34.77% from 255 or 60.27% from 146); Max value from RGB is 88 - color contains mainly: blue. Hex color #112958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112958 is #EED6A7. Grayscale: #262626. Windows color (decimal): -15652520 or 5777681. OLE color: 5777681.

HSL color Cylindrical-coordinate representation of color #112958: hue angle of 219.72º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #112958 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 41 88 -
CMYK 0.81 0.53 0 0.65
HSL 219.72º 0.68% 0.21% -
HSV(B) 219.72º 0.81% 0.35% -
XYZ 2.79 2.41 9.55 -
YUV 39.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 17 41 88 0.81 0.53 0 0.65 219.72 0.68 0.21
Hex 11 29 58 51 35 0 41 DC 44 15
Octal 21 51 130 121 65 0 101 334 104 25
Binary 10001 101001 1011000 1010001 110101 0 1000001 11011100 1000100 10101

Color Harmonies of #112958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112958

Black with #112958

Text Example


Text Example

White with #112958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112958; }

 p { color: rgb(17,41,88); }

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

background-color css

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

 a { background-color: rgb(17,41,88); }

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

border-color css

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

 span { border-color: rgb(17,41,88); }

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