#162B7C

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

Shades of Sapphire #162B7C

Tints of Sapphire #162B7C

Color information

#162B7C (or 0x162B7C) is unknown color: approx Sapphire. HEX triplet: 16, 2B and 7C. RGB value is (22,43,124). Sum of RGB (Red+Green+Blue) = 22+43+124=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #162B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162B7C is #E9D483. Grayscale: #2D2D2D. Windows color (decimal): -15324292 or 8137494. OLE color: 8137494.

HSL color Cylindrical-coordinate representation of color #162B7C: hue angle of 227.65º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #162B7C is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2243124-
CMYK0.820.6500.51
HSL227.65º69.86%28.63%-
HSV(B)227.65º82.26%48.63%-
XYZ4.833.3519.46-
YUV45.96172.04110.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.64%
GREEN value IS 43 (17.19% from 255) = 22.75%
BLUE value IS 124 (48.83% from 255) = 65.61%
R=11.64%
G=22.75%
B=65.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22431240.820.6500.51227.6569.8628.63
Hex162B7C5241033e4461d
Octal265317412210106334410635
Binary10110101011111110010100101000001011001111100100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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