#162B71

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

Shades of Sapphire #162B71

Tints of Sapphire #162B71

Color information

#162B71 (or 0x162B71) is unknown color: approx Sapphire. HEX triplet: 16, 2B and 71. RGB value is (22,43,113). Sum of RGB (Red+Green+Blue) = 22+43+113=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 113 (44.53% from 255 or 63.48% from 178); Max value from RGB is 113 - color contains mainly: blue. Hex color #162B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162B71 is #E9D48E. Grayscale: #2C2C2C. Windows color (decimal): -15324303 or 7416598. OLE color: 7416598.

HSL color Cylindrical-coordinate representation of color #162B71: hue angle of 226.15º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #162B71 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2243113-
CMYK0.810.6200.56
HSL226.15º67.41%26.47%-
HSV(B)226.15º80.53%44.31%-
XYZ4.183.0916-
YUV44.7166.54111.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.36%
GREEN value IS 43 (17.19% from 255) = 24.16%
BLUE value IS 113 (44.53% from 255) = 63.48%
R=12.36%
G=24.16%
B=63.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22431130.810.6200.56226.1567.4126.47
Hex162B71513E038e2431a
Octal26531611217607034210332
Binary1011010101111100011010001111110011100011100010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,43,113); }

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

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

 a { background-color: rgb(22,43,113); }

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

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

 span { border-color: rgb(22,43,113); }

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