#16245A

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

Shades of Sapphire #16245A

Tints of Sapphire #16245A

Color information

#16245A (or 0x16245A) is unknown color: approx Sapphire. HEX triplet: 16, 24 and 5A. RGB value is (22,36,90). Sum of RGB (Red+Green+Blue) = 22+36+90=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #16245A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16245A is #E9DBA5. Grayscale: #252525. Windows color (decimal): -15326118 or 5907478. OLE color: 5907478.

HSL color Cylindrical-coordinate representation of color #16245A: hue angle of 227.65º 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 #16245A is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB223690-
CMYK0.760.6000.65
HSL227.65º60.71%21.96%-
HSV(B)227.65º75.56%35.29%-
XYZ2.812.179.94-
YUV37.97157.36116.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.86%
GREEN value IS 36 (14.45% from 255) = 24.32%
BLUE value IS 90 (35.55% from 255) = 60.81%
R=14.86%
G=24.32%
B=60.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2236900.760.6000.65227.6560.7121.96
Hex16245A4C3C041e43d16
Octal26441321147401013447526
Binary1011010010010110101001100111100010000011110010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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