#16307A

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

Shades of Sapphire #16307A

Tints of Sapphire #16307A

Color information

#16307A (or 0x16307A) is unknown color: approx Sapphire. HEX triplet: 16, 30 and 7A. RGB value is (22,48,122). Sum of RGB (Red+Green+Blue) = 22+48+122=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 122 (48.05% from 255 or 63.54% from 192); Max value from RGB is 122 - color contains mainly: blue. Hex color #16307A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16307A is #E9CF85. Grayscale: #303030. Windows color (decimal): -15323014 or 8007702. OLE color: 8007702.

HSL color Cylindrical-coordinate representation of color #16307A: hue angle of 224.4º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16307A is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2248122-
CMYK0.820.6100.52
HSL224.4º69.44%28.24%-
HSV(B)224.4º81.97%47.84%-
XYZ4.93.6918.87-
YUV48.66169.39108.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.46%
GREEN value IS 48 (19.14% from 255) = 25%
BLUE value IS 122 (48.05% from 255) = 63.54%
R=11.46%
G=25%
B=63.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal22481220.820.6100.52224.469.4428.24
Hex16307A523D034e0451c
Octal26601721227506434010534
Binary1011011000011110101010010111101011010011100000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16307A; }

 p { color: rgb(22,48,122); }

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

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

 a { background-color: rgb(22,48,122); }

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

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

 span { border-color: rgb(22,48,122); }

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