#0A284F

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

Shades of Sapphire #0A284F

Tints of Sapphire #0A284F

Color information

#0A284F (or 0x0A284F) is unknown color: approx Sapphire. HEX triplet: 0A, 28 and 4F. RGB value is (10,40,79). Sum of RGB (Red+Green+Blue) = 10+40+79=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 79 (31.25% from 255 or 61.24% from 129); Max value from RGB is 79 - color contains mainly: blue. Hex color #0A284F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A284F is #F5D7B0. Grayscale: #232323. Windows color (decimal): -16111537 or 5187594. OLE color: 5187594.

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

Color convert

RGB104079-
CMYK0.870.4900.69
HSL213.91º77.53%17.45%-
HSV(B)213.91º87.34%30.98%-
XYZ2.32.157.69-
YUV35.48152.56109.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.75%
GREEN value IS 40 (16.02% from 255) = 31.01%
BLUE value IS 79 (31.25% from 255) = 61.24%
R=7.75%
G=31.01%
B=61.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1040790.870.4900.69213.9177.5317.45
HexA284F5731045d64e11
Octal125011712761010532611621
Binary1010101000100111110101111100010100010111010110100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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