#0A2E73

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

Shades of Sapphire #0A2E73

Tints of Sapphire #0A2E73

Color information

#0A2E73 (or 0x0A2E73) is unknown color: approx Sapphire. HEX triplet: 0A, 2E and 73. RGB value is (10,46,115). Sum of RGB (Red+Green+Blue) = 10+46+115=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A2E73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2E73 is #F5D18C. Grayscale: #2A2A2A. Windows color (decimal): -16109965 or 7548426. OLE color: 7548426.

HSL color Cylindrical-coordinate representation of color #0A2E73: hue angle of 219.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A2E73 is Cyan = 0.91, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1046115-
CMYK0.910.600.55
HSL219.43º84%24.51%-
HSV(B)219.43º91.3%45.1%-
XYZ4.23.2616.63-
YUV43.1168.57104.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.85%
GREEN value IS 46 (18.36% from 255) = 26.90%
BLUE value IS 115 (45.31% from 255) = 67.25%
R=5.85%
G=26.90%
B=67.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10461150.910.600.55219.438424.51
HexA2E735B3C037db5419
Octal12561631337406733312431
Binary101010111011100111011011111100011011111011011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,46,115); }

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

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

 a { background-color: rgb(10,46,115); }

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

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

 span { border-color: rgb(10,46,115); }

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