#162F61

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

Shades of Sapphire #162F61

Tints of Sapphire #162F61

Color information

#162F61 (or 0x162F61) is unknown color: approx Sapphire. HEX triplet: 16, 2F and 61. RGB value is (22,47,97). Sum of RGB (Red+Green+Blue) = 22+47+97=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #162F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162F61 is #E9D09E. Grayscale: #2D2D2D. Windows color (decimal): -15323295 or 6369046. OLE color: 6369046.

HSL color Cylindrical-coordinate representation of color #162F61: hue angle of 220º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #162F61 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB224797-
CMYK0.770.5200.62
HSL220º63.03%23.33%-
HSV(B)220º77.32%38.04%-
XYZ3.513.0711.72-
YUV45.22157.22111.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.25%
GREEN value IS 47 (18.75% from 255) = 28.31%
BLUE value IS 97 (38.28% from 255) = 58.43%
R=13.25%
G=28.31%
B=58.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2247970.770.5200.6222063.0323.33
Hex162F614D3403Edc3f17
Octal2657141115640763347727
Binary101101011111100001100110111010001111101101110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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