#16337C

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

Shades of Sapphire #16337C

Tints of Sapphire #16337C

Color information

#16337C (or 0x16337C) is unknown color: approx Sapphire. HEX triplet: 16, 33 and 7C. RGB value is (22,51,124). Sum of RGB (Red+Green+Blue) = 22+51+124=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #16337C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16337C is #E9CC83. Grayscale: #323232. Windows color (decimal): -15322244 or 8139542. OLE color: 8139542.

HSL color Cylindrical-coordinate representation of color #16337C: hue angle of 222.94º 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 #16337C is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2251124-
CMYK0.820.5900.51
HSL222.94º69.86%28.63%-
HSV(B)222.94º82.26%48.63%-
XYZ5.153.9919.57-
YUV50.65169.39107.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.17%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 124 (48.83% from 255) = 62.94%
R=11.17%
G=25.89%
B=62.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22511240.820.5900.51222.9469.8628.63
Hex16337C523B033df461d
Octal26631741227306333710635
Binary1011011001111111001010010111011011001111011111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16337C; }

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

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

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

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

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

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

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

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