Html Css Color HEX #112B75 Sapphire

📋 copy color: '#112B75'

red 17 ◦ green 43 ◦ blue 117

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

Shades of Sapphire #112B75

Tints of Sapphire #112B75

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.29%

 BLUE value IS 117 (46.09% from 255) = 66.1%

R = 9.6%
G = 24.29%
B = 66.1%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#112B75 (or 0x112B75) is known color: Sapphire. HEX triplet: 11, 2B and 75. RGB value is (17,43,117). Sum of RGB (Red+Green+Blue) = 17+43+117=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 117 (46.09% from 255 or 66.10% from 177); Max value from RGB is 117 - color contains mainly: blue. Hex color #112B75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B75 is #EED48A. Grayscale: #2B2B2B. Windows color (decimal): -15651979 or 7678737. OLE color: 7678737.

HSL color Cylindrical-coordinate representation of color #112B75: hue angle of 224.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112B75 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 43 117 -
CMYK 0.85 0.63 0 0.54
HSL 224.4º 0.75% 0.26% -
HSV(B) 224.4º 0.85% 0.46% -
XYZ 4.31 3.13 17.21 -
YUV 43.66 169.39 108.98 -
System Red Green Blue C M Y K H S L
Decimal 17 43 117 0.85 0.63 0 0.54 224.4 0.75 0.26
Hex 11 2B 75 55 3F 0 36 E0 4B 1A
Octal 21 53 165 125 77 0 66 340 113 32
Binary 10001 101011 1110101 1010101 111111 0 110110 11100000 1001011 11010

Color Harmonies of #112B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B75

Black with #112B75

Text Example


Text Example

White with #112B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,43,117); }

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

background-color css

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

 a { background-color: rgb(17,43,117); }

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

border-color css

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

 span { border-color: rgb(17,43,117); }

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