#0A2750

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

Shades of Sapphire #0A2750

Tints of Sapphire #0A2750

Color information

#0A2750 (or 0x0A2750) is unknown color: approx Sapphire. HEX triplet: 0A, 27 and 50. RGB value is (10,39,80). Sum of RGB (Red+Green+Blue) = 10+39+80=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 80 (31.64% from 255 or 62.02% from 129); Max value from RGB is 80 - color contains mainly: blue. Hex color #0A2750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2750 is #F5D8AF. Grayscale: #222222. Windows color (decimal): -16111792 or 5252874. OLE color: 5252874.

HSL color Cylindrical-coordinate representation of color #0A2750: hue angle of 215.14º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A2750 is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB103980-
CMYK0.870.5100.69
HSL215.14º77.78%17.65%-
HSV(B)215.14º87.5%31.37%-
XYZ2.32.097.87-
YUV35153.39110.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.75%
GREEN value IS 39 (15.62% from 255) = 30.23%
BLUE value IS 80 (31.64% from 255) = 62.02%
R=7.75%
G=30.23%
B=62.02%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1039800.870.5100.69215.1477.7817.65
HexA27505733045d74e12
Octal124712012763010532711622
Binary1010100111101000010101111100110100010111010111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,39,80); }

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

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

 a { background-color: rgb(10,39,80); }

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

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

 span { border-color: rgb(10,39,80); }

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