Html Css Color HEX #112955 Sapphire

📋 copy color: '#112955'

red 17 ◦ green 41 ◦ blue 85

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

Shades of Sapphire #112955

Tints of Sapphire #112955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 59.44%

R = 11.89%
G = 28.67%
B = 59.44%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#112955 (or 0x112955) is known color: Sapphire. HEX triplet: 11, 29 and 55. RGB value is (17,41,85). Sum of RGB (Red+Green+Blue) = 17+41+85=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 85 (33.59% from 255 or 59.44% from 143); Max value from RGB is 85 - color contains mainly: blue. Hex color #112955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112955 is #EED6AA. Grayscale: #262626. Windows color (decimal): -15652523 or 5581073. OLE color: 5581073.

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

Color convert

RGB 17 41 85 -
CMYK 0.80 0.52 0 0.67
HSL 218.82º 0.67% 0.2% -
HSV(B) 218.82º 0.8% 0.33% -
XYZ 2.66 2.36 8.91 -
YUV 38.84 154.05 112.42 -
System Red Green Blue C M Y K H S L
Decimal 17 41 85 0.80 0.52 0 0.67 218.82 0.67 0.2
Hex 11 29 55 50 34 0 43 DB 43 14
Octal 21 51 125 120 64 0 103 333 103 24
Binary 10001 101001 1010101 1010000 110100 0 1000011 11011011 1000011 10100

Color Harmonies of #112955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112955

Black with #112955

Text Example


Text Example

White with #112955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112955; }

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

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

background-color css

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

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

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

border-color css

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

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

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