#0A2753

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

Shades of Sapphire #0A2753

Tints of Sapphire #0A2753

Color information

#0A2753 (or 0x0A2753) is unknown color: approx Sapphire. HEX triplet: 0A, 27 and 53. RGB value is (10,39,83). Sum of RGB (Red+Green+Blue) = 10+39+83=132 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.58% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A2753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2753 is #F5D8AC. Grayscale: #232323. Windows color (decimal): -16111789 or 5449482. OLE color: 5449482.

HSL color Cylindrical-coordinate representation of color #0A2753: hue angle of 216.16º degrees, saturation: 0.78, 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 #0A2753 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB103983-
CMYK0.880.5300.67
HSL216.16º78.49%18.24%-
HSV(B)216.16º87.95%32.55%-
XYZ2.412.148.47-
YUV35.34154.89109.92-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.58%
GREEN value IS 39 (15.62% from 255) = 29.55%
BLUE value IS 83 (32.81% from 255) = 62.88%
R=7.58%
G=29.55%
B=62.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1039830.880.5300.67216.1678.4918.24
HexA27535835043d84e12
Octal124712313065010333011622
Binary1010100111101001110110001101010100001111011000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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