#0A104F

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

Shades of Sapphire #0A104F

Tints of Sapphire #0A104F

Color information

#0A104F (or 0x0A104F) is unknown color: approx Sapphire. HEX triplet: 0A, 10 and 4F. RGB value is (10,16,79). Sum of RGB (Red+Green+Blue) = 10+16+79=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 79 (31.25% from 255 or 75.24% from 105); Max value from RGB is 79 - color contains mainly: blue. Hex color #0A104F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A104F is #F5EFB0. Grayscale: #151515. Windows color (decimal): -16117681 or 5181450. OLE color: 5181450.

HSL color Cylindrical-coordinate representation of color #0A104F: hue angle of 234.78º 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 #0A104F is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB101679-
CMYK0.870.8000.69
HSL234.78º77.53%17.45%-
HSV(B)234.78º87.34%30.98%-
XYZ1.7217.5-
YUV21.39160.51119.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.52%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 79 (31.25% from 255) = 75.24%
R=9.52%
G=15.24%
B=75.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1016790.870.8000.69234.7877.5317.45
HexA104F5750045eb4e11
Octal1220117127120010535311621
Binary1010100001001111101011110100000100010111101011100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A104F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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