#162C6B

Color #162C6B Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #162C6B

Tints of Sapphire #162C6B

Color information

#162C6B (or 0x162C6B) is unknown color: approx Sapphire. HEX triplet: 16, 2C and 6B. RGB value is (22,44,107). Sum of RGB (Red+Green+Blue) = 22+44+107=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 107 (42.19% from 255 or 61.85% from 173); Max value from RGB is 107 - color contains mainly: blue. Hex color #162C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162C6B is #E9D394. Grayscale: #2C2C2C. Windows color (decimal): -15324053 or 7023638. OLE color: 7023638.

HSL color Cylindrical-coordinate representation of color #162C6B: hue angle of 224.47º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #162C6B is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2244107-
CMYK0.790.5900.58
HSL224.47º65.89%25.29%-
HSV(B)224.47º79.44%41.96%-
XYZ3.893.0314.29-
YUV44.6163.21111.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.72%
GREEN value IS 44 (17.58% from 255) = 25.43%
BLUE value IS 107 (42.19% from 255) = 61.85%
R=12.72%
G=25.43%
B=61.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22441070.790.5900.58224.4765.8925.29
Hex162C6B4F3B03Ae04219
Octal26541531177307234010231
Binary1011010110011010111001111111011011101011100000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162C6B; }

 p { color: rgb(22,44,107); }

 H1.HeaderClassName
 {
   color: #162C6B;
 }
 .AnyTagClassName
 {
   color: #162C6B;
 }
</style>
background-color css

<style>
 a { background-color: #162C6B; }

 a { background-color: rgb(22,44,107); }

 div.DivClassName
 {
   background-color: #162C6B;
 }
 .BgClassName
 {
   background-color: #162C6B;
 }
</style>
border-color css

<style>
 span { border-color: #162C6B; }

 span { border-color: rgb(22,44,107); }

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