#16235A

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

Shades of Sapphire #16235A

Tints of Sapphire #16235A

Color information

#16235A (or 0x16235A) is unknown color: approx Sapphire. HEX triplet: 16, 23 and 5A. RGB value is (22,35,90). Sum of RGB (Red+Green+Blue) = 22+35+90=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #16235A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16235A is #E9DCA5. Grayscale: #252525. Windows color (decimal): -15326374 or 5907222. OLE color: 5907222.

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

Color convert

RGB223590-
CMYK0.760.6100.65
HSL228.53º60.71%21.96%-
HSV(B)228.53º75.56%35.29%-
XYZ2.782.119.93-
YUV37.38157.69117.03-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.97%
GREEN value IS 35 (14.06% from 255) = 23.81%
BLUE value IS 90 (35.55% from 255) = 61.22%
R=14.97%
G=23.81%
B=61.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2235900.760.6100.65228.5360.7121.96
Hex16235A4C3D041e53d16
Octal26431321147501013457526
Binary1011010001110110101001100111101010000011110010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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