Html Css Color HEX #112D60 Sapphire

📋 copy color: '#112D60'

red 17 ◦ green 45 ◦ blue 96

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

Shades of Sapphire #112D60

Tints of Sapphire #112D60

RGB

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

 GREEN value IS 45 (17.97% from 255) = 28.48%

 BLUE value IS 96 (37.89% from 255) = 60.76%

R = 10.76%
G = 28.48%
B = 60.76%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#112D60 (or 0x112D60) is known color: Sapphire. HEX triplet: 11, 2D and 60. RGB value is (17,45,96). Sum of RGB (Red+Green+Blue) = 17+45+96=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 96 (37.89% from 255 or 60.76% from 158); Max value from RGB is 96 - color contains mainly: blue. Hex color #112D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112D60 is #EED29F. Grayscale: #2A2A2A. Windows color (decimal): -15651488 or 6302993. OLE color: 6302993.

HSL color Cylindrical-coordinate representation of color #112D60: hue angle of 218.73º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #112D60 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 45 96 -
CMYK 0.82 0.53 0 0.62
HSL 218.73º 0.7% 0.22% -
HSV(B) 218.73º 0.82% 0.38% -
XYZ 3.28 2.84 11.44 -
YUV 42.44 158.22 109.85 -
System Red Green Blue C M Y K H S L
Decimal 17 45 96 0.82 0.53 0 0.62 218.73 0.7 0.22
Hex 11 2D 60 52 35 0 3E DB 46 16
Octal 21 55 140 122 65 0 76 333 106 26
Binary 10001 101101 1100000 1010010 110101 0 111110 11011011 1000110 10110

Color Harmonies of #112D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D60

Black with #112D60

Text Example


Text Example

White with #112D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112D60; }

 p { color: rgb(17,45,96); }

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

background-color css

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

 a { background-color: rgb(17,45,96); }

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

border-color css

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

 span { border-color: rgb(17,45,96); }

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