#0a287f

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

Shades of Sapphire #0A287F

Tints of Sapphire #0A287F

Color information

#0A287F (or 0x0A287F) is unknown color: approx Sapphire. HEX triplet: 0A, 28 and 7F. RGB value is (10,40,127). Sum of RGB (Red+Green+Blue) = 10+40+127=177 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.65% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 127 (50% from 255 or 71.75% from 177); Max value from RGB is 127 - color contains mainly: blue. Hex color #0A287F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A287F is #F5D780. Grayscale: #282828. Windows color (decimal): -16111489 or 8333322. OLE color: 8333322.

HSL color Cylindrical-coordinate representation of color #0A287F: hue angle of 224.62º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A287F is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1040127-
CMYK0.920.6900.50
HSL224.62º85.4%26.86%-
HSV(B)224.62º92.13%49.8%-
XYZ4.713.1120.43-
YUV40.95176.56105.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.65%
GREEN value IS 40 (16.02% from 255) = 22.60%
BLUE value IS 127 (50% from 255) = 71.75%
R=5.65%
G=22.60%
B=71.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10401270.920.6900.50224.6285.426.86
HexA287F5C45032e1551b
Octal125017713410506234112533
Binary1010101000111111110111001000101011001011100001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a287f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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