#162F7A

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

Shades of Sapphire #162F7A

Tints of Sapphire #162F7A

Color information

#162F7A (or 0x162F7A) is unknown color: approx Sapphire. HEX triplet: 16, 2F and 7A. RGB value is (22,47,122). Sum of RGB (Red+Green+Blue) = 22+47+122=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 122 (48.05% from 255 or 63.87% from 191); Max value from RGB is 122 - color contains mainly: blue. Hex color #162F7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162F7A is #E9D085. Grayscale: #2F2F2F. Windows color (decimal): -15323270 or 8007446. OLE color: 8007446.

HSL color Cylindrical-coordinate representation of color #162F7A: hue angle of 225º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #162F7A is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2247122-
CMYK0.820.6100.52
HSL225º69.44%28.24%-
HSV(B)225º81.97%47.84%-
XYZ4.863.6118.85-
YUV48.08169.72109.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.52%
GREEN value IS 47 (18.75% from 255) = 24.61%
BLUE value IS 122 (48.05% from 255) = 63.87%
R=11.52%
G=24.61%
B=63.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal22471220.820.6100.5222569.4428.24
Hex162F7A523D034e1451c
Octal26571721227506434110534
Binary1011010111111110101010010111101011010011100001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,47,122); }

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

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

 a { background-color: rgb(22,47,122); }

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

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

 span { border-color: rgb(22,47,122); }

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