Html Css Color HEX #112D5B Sapphire

📋 copy color: '#112D5B'

red 17 ◦ green 45 ◦ blue 91

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

Shades of Sapphire #112D5B

Tints of Sapphire #112D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 59.48%

R = 11.11%
G = 29.41%
B = 59.48%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#112D5B (or 0x112D5B) is known color: Sapphire. HEX triplet: 11, 2D and 5B. RGB value is (17,45,91). Sum of RGB (Red+Green+Blue) = 17+45+91=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 91 (35.94% from 255 or 59.48% from 153); Max value from RGB is 91 - color contains mainly: blue. Hex color #112D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112D5B is #EED2A4. Grayscale: #292929. Windows color (decimal): -15651493 or 5975313. OLE color: 5975313.

HSL color Cylindrical-coordinate representation of color #112D5B: hue angle of 217.3º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #112D5B is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 45 91 -
CMYK 0.81 0.51 0 0.64
HSL 217.3º 0.69% 0.21% -
HSV(B) 217.3º 0.81% 0.36% -
XYZ 3.06 2.75 10.27 -
YUV 41.87 155.72 110.26 -
System Red Green Blue C M Y K H S L
Decimal 17 45 91 0.81 0.51 0 0.64 217.3 0.69 0.21
Hex 11 2D 5B 51 33 0 40 D9 45 15
Octal 21 55 133 121 63 0 100 331 105 25
Binary 10001 101101 1011011 1010001 110011 0 1000000 11011001 1000101 10101

Color Harmonies of #112D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D5B

Black with #112D5B

Text Example


Text Example

White with #112D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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