#162259

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

Shades of Sapphire #162259

Tints of Sapphire #162259

Color information

#162259 (or 0x162259) is unknown color: approx Sapphire. HEX triplet: 16, 22 and 59. RGB value is (22,34,89). Sum of RGB (Red+Green+Blue) = 22+34+89=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #162259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162259 is #E9DDA6. Grayscale: #242424. Windows color (decimal): -15326631 or 5841430. OLE color: 5841430.

HSL color Cylindrical-coordinate representation of color #162259: hue angle of 229.25º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #162259 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB223489-
CMYK0.750.6200.65
HSL229.25º60.36%21.76%-
HSV(B)229.25º75.28%34.9%-
XYZ2.712.049.7-
YUV36.68157.52117.53-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.17%
GREEN value IS 34 (13.67% from 255) = 23.45%
BLUE value IS 89 (35.16% from 255) = 61.38%
R=15.17%
G=23.45%
B=61.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2234890.750.6200.65229.2560.3621.76
Hex1622594B3E041e53c16
Octal26421311137601013457426
Binary1011010001010110011001011111110010000011110010111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162259; }

 p { color: rgb(22,34,89); }

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

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

 a { background-color: rgb(22,34,89); }

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

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

 span { border-color: rgb(22,34,89); }

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