#162B62

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

Shades of Sapphire #162B62

Tints of Sapphire #162B62

Color information

#162B62 (or 0x162B62) is unknown color: approx Sapphire. HEX triplet: 16, 2B and 62. RGB value is (22,43,98). Sum of RGB (Red+Green+Blue) = 22+43+98=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 98 (38.67% from 255 or 60.12% from 163); Max value from RGB is 98 - color contains mainly: blue. Hex color #162B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162B62 is #E9D49D. Grayscale: #2A2A2A. Windows color (decimal): -15324318 or 6433558. OLE color: 6433558.

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

Color convert

RGB224398-
CMYK0.780.5600.62
HSL223.42º63.33%23.53%-
HSV(B)223.42º77.55%38.43%-
XYZ3.42.7811.91-
YUV42.99159.04113.03-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.50%
GREEN value IS 43 (17.19% from 255) = 26.38%
BLUE value IS 98 (38.67% from 255) = 60.12%
R=13.50%
G=26.38%
B=60.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2243980.780.5600.62223.4263.3323.53
Hex162B624E3803Edf3f18
Octal2653142116700763377730
Binary101101010111100010100111011100001111101101111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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