#16235B

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

Shades of Sapphire #16235B

Tints of Sapphire #16235B

Color information

#16235B (or 0x16235B) is unknown color: approx Sapphire. HEX triplet: 16, 23 and 5B. RGB value is (22,35,91). Sum of RGB (Red+Green+Blue) = 22+35+91=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #16235B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16235B is #E9DCA4. Grayscale: #252525. Windows color (decimal): -15326373 or 5972758. OLE color: 5972758.

HSL color Cylindrical-coordinate representation of color #16235B: hue angle of 228.7º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16235B is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB223591-
CMYK0.760.6200.64
HSL228.7º61.06%22.16%-
HSV(B)228.7º75.82%35.69%-
XYZ2.822.1310.16-
YUV37.5158.19116.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.86%
GREEN value IS 35 (14.06% from 255) = 23.65%
BLUE value IS 91 (35.94% from 255) = 61.49%
R=14.86%
G=23.65%
B=61.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2235910.760.6200.64228.761.0622.16
Hex16235B4C3E040e53d16
Octal26431331147601003457526
Binary1011010001110110111001100111110010000001110010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16235B; }

 p { color: rgb(22,35,91); }

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

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

 a { background-color: rgb(22,35,91); }

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

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

 span { border-color: rgb(22,35,91); }

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