Html Css Color HEX #112A5B Sapphire

📋 copy color: '#112A5B'

red 17 ◦ green 42 ◦ blue 91

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

Shades of Sapphire #112A5B

Tints of Sapphire #112A5B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28%

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

R = 11.33%
G = 28%
B = 60.67%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#112A5B (or 0x112A5B) is known color: Sapphire. HEX triplet: 11, 2A and 5B. RGB value is (17,42,91). Sum of RGB (Red+Green+Blue) = 17+42+91=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #112A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112A5B is #EED5A4. Grayscale: #272727. Windows color (decimal): -15652261 or 5974545. OLE color: 5974545.

HSL color Cylindrical-coordinate representation of color #112A5B: hue angle of 219.73º 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 #112A5B is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 42 91 -
CMYK 0.81 0.54 0 0.64
HSL 219.73º 0.69% 0.21% -
HSV(B) 219.73º 0.81% 0.36% -
XYZ 2.95 2.53 10.23 -
YUV 40.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 17 42 91 0.81 0.54 0 0.64 219.73 0.69 0.21
Hex 11 2A 5B 51 36 0 40 DC 45 15
Octal 21 52 133 121 66 0 100 334 105 25
Binary 10001 101010 1011011 1010001 110110 0 1000000 11011100 1000101 10101

Color Harmonies of #112A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112A5B

Black with #112A5B

Text Example


Text Example

White with #112A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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