Html Css Color HEX #112B7A Sapphire

📋 copy color: '#112B7A'

red 17 ◦ green 43 ◦ blue 122

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

Shades of Sapphire #112B7A

Tints of Sapphire #112B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 67.03%

R = 9.34%
G = 23.63%
B = 67.03%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#112B7A (or 0x112B7A) is known color: Sapphire. HEX triplet: 11, 2B and 7A. RGB value is (17,43,122). Sum of RGB (Red+Green+Blue) = 17+43+122=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 122 (48.05% from 255 or 67.03% from 182); Max value from RGB is 122 - color contains mainly: blue. Hex color #112B7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B7A is #EED485. Grayscale: #2B2B2B. Windows color (decimal): -15651974 or 8006417. OLE color: 8006417.

HSL color Cylindrical-coordinate representation of color #112B7A: hue angle of 225.14º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112B7A is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 17 43 122 -
CMYK 0.86 0.65 0 0.52
HSL 225.14º 0.76% 0.27% -
HSV(B) 225.14º 0.86% 0.48% -
XYZ 4.61 3.25 18.8 -
YUV 44.23 171.89 108.58 -
System Red Green Blue C M Y K H S L
Decimal 17 43 122 0.86 0.65 0 0.52 225.14 0.76 0.27
Hex 11 2B 7A 56 41 0 34 E1 4C 1B
Octal 21 53 172 126 101 0 64 341 114 33
Binary 10001 101011 1111010 1010110 1000001 0 110100 11100001 1001100 11011

Color Harmonies of #112B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B7A

Black with #112B7A

Text Example


Text Example

White with #112B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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