#0A1654

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

Shades of Sapphire #0A1654

Tints of Sapphire #0A1654

Color information

#0A1654 (or 0x0A1654) is unknown color: approx Sapphire. HEX triplet: 0A, 16 and 54. RGB value is (10,22,84). Sum of RGB (Red+Green+Blue) = 10+22+84=116 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.62% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 84 (33.20% from 255 or 72.41% from 116); Max value from RGB is 84 - color contains mainly: blue. Hex color #0A1654 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1654 is #F5E9AB. Grayscale: #191919. Windows color (decimal): -16116140 or 5510666. OLE color: 5510666.

HSL color Cylindrical-coordinate representation of color #0A1654: hue angle of 230.27º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A1654 is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB102284-
CMYK0.880.7400.67
HSL230.27º78.72%18.43%-
HSV(B)230.27º88.1%32.94%-
XYZ2.011.288.53-
YUV25.48161.02116.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.62%
GREEN value IS 22 (8.98% from 255) = 18.97%
BLUE value IS 84 (33.20% from 255) = 72.41%
R=8.62%
G=18.97%
B=72.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1022840.880.7400.67230.2778.7218.43
HexA1654584A043e64f12
Octal1226124130112010334611722
Binary1010101101010100101100010010100100001111100110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A1654; }

 p { color: rgb(10,22,84); }

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

<style>
 a { background-color: #0A1654; }

 a { background-color: rgb(10,22,84); }

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

<style>
 span { border-color: #0A1654; }

 span { border-color: rgb(10,22,84); }

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