#0A0F4E

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

Shades of Sapphire #0A0F4E

Tints of Sapphire #0A0F4E

Color information

#0A0F4E (or 0x0A0F4E) is unknown color: approx Sapphire. HEX triplet: 0A, 0F and 4E. RGB value is (10,15,78). Sum of RGB (Red+Green+Blue) = 10+15+78=103 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.71% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 78 (30.86% from 255 or 75.73% from 103); Max value from RGB is 78 - color contains mainly: blue. Hex color #0A0F4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0F4E is #F5F0B1. Grayscale: #141414. Windows color (decimal): -16117938 or 5115658. OLE color: 5115658.

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

Color convert

RGB101578-
CMYK0.870.8100.69
HSL235.59º77.27%17.25%-
HSV(B)235.59º87.18%30.59%-
XYZ1.670.967.3-
YUV20.69160.34120.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.71%
GREEN value IS 15 (6.25% from 255) = 14.56%
BLUE value IS 78 (30.86% from 255) = 75.73%
R=9.71%
G=14.56%
B=75.73%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1015780.870.8100.69235.5977.2717.25
HexAF4E5751045ec4d11
Octal1217116127121010535411521
Binary101011111001110101011110100010100010111101100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,15,78); }

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

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

 a { background-color: rgb(10,15,78); }

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

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

 span { border-color: rgb(10,15,78); }

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