#162A67

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

Shades of Sapphire #162A67

Tints of Sapphire #162A67

Color information

#162A67 (or 0x162A67) is unknown color: approx Sapphire. HEX triplet: 16, 2A and 67. RGB value is (22,42,103). Sum of RGB (Red+Green+Blue) = 22+42+103=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 103 (40.62% from 255 or 61.68% from 167); Max value from RGB is 103 - color contains mainly: blue. Hex color #162A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162A67 is #E9D598. Grayscale: #2A2A2A. Windows color (decimal): -15324569 or 6760982. OLE color: 6760982.

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

Color convert

RGB2242103-
CMYK0.790.5900.60
HSL225.19º64.8%24.51%-
HSV(B)225.19º78.64%40.39%-
XYZ3.612.8113.18-
YUV42.97161.87113.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.17%
GREEN value IS 42 (16.80% from 255) = 25.15%
BLUE value IS 103 (40.62% from 255) = 61.68%
R=13.17%
G=25.15%
B=61.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal22421030.790.5900.60225.1964.824.51
Hex162A674F3B03Ce14119
Octal26521471177307434110131
Binary1011010101011001111001111111011011110011100001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,42,103); }

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

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

 a { background-color: rgb(22,42,103); }

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

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

 span { border-color: rgb(22,42,103); }

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