#0A2872

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

Shades of Sapphire #0A2872

Tints of Sapphire #0A2872

Color information

#0A2872 (or 0x0A2872) is unknown color: approx Sapphire. HEX triplet: 0A, 28 and 72. RGB value is (10,40,114). Sum of RGB (Red+Green+Blue) = 10+40+114=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 114 (44.92% from 255 or 69.51% from 164); Max value from RGB is 114 - color contains mainly: blue. Hex color #0A2872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2872 is #F5D78D. Grayscale: #272727. Windows color (decimal): -16111502 or 7481354. OLE color: 7481354.

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

Color convert

RGB1040114-
CMYK0.910.6500.55
HSL222.69º83.87%24.31%-
HSV(B)222.69º91.23%44.71%-
XYZ3.922.816.25-
YUV39.47170.06106.98-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.10%
GREEN value IS 40 (16.02% from 255) = 24.39%
BLUE value IS 114 (44.92% from 255) = 69.51%
R=6.10%
G=24.39%
B=69.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10401140.910.6500.55222.6983.8724.31
HexA28725B41037df5418
Octal125016213310106733712430
Binary1010101000111001010110111000001011011111011111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,40,114); }

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

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

 a { background-color: rgb(10,40,114); }

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

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

 span { border-color: rgb(10,40,114); }

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