#162670

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

Shades of Sapphire #162670

Tints of Sapphire #162670

Color information

#162670 (or 0x162670) is unknown color: approx Sapphire. HEX triplet: 16, 26 and 70. RGB value is (22,38,112). Sum of RGB (Red+Green+Blue) = 22+38+112=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 112 (44.14% from 255 or 65.12% from 172); Max value from RGB is 112 - color contains mainly: blue. Hex color #162670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162670 is #E9D98F. Grayscale: #292929. Windows color (decimal): -15325584 or 7349782. OLE color: 7349782.

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

Color convert

RGB2238112-
CMYK0.800.6600.56
HSL229.33º67.16%26.27%-
HSV(B)229.33º80.36%43.92%-
XYZ3.952.7315.65-
YUV41.65167.7113.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.79%
GREEN value IS 38 (15.23% from 255) = 22.09%
BLUE value IS 112 (44.14% from 255) = 65.12%
R=12.79%
G=22.09%
B=65.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22381120.800.6600.56229.3367.1626.27
Hex1626705042038e5431a
Octal264616012010207034510332
Binary10110100110111000010100001000010011100011100101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162670; }

 p { color: rgb(22,38,112); }

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

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

 a { background-color: rgb(22,38,112); }

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

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

 span { border-color: rgb(22,38,112); }

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