#0A264F

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

Shades of Sapphire #0A264F

Tints of Sapphire #0A264F

Color information

#0A264F (or 0x0A264F) is unknown color: approx Sapphire. HEX triplet: 0A, 26 and 4F. RGB value is (10,38,79). Sum of RGB (Red+Green+Blue) = 10+38+79=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 79 (31.25% from 255 or 62.20% from 127); Max value from RGB is 79 - color contains mainly: blue. Hex color #0A264F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A264F is #F5D9B0. Grayscale: #222222. Windows color (decimal): -16112049 or 5187082. OLE color: 5187082.

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

Color convert

RGB103879-
CMYK0.870.5200.69
HSL215.65º77.53%17.45%-
HSV(B)215.65º87.34%30.98%-
XYZ2.232.027.67-
YUV34.3153.22110.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.87%
GREEN value IS 38 (15.23% from 255) = 29.92%
BLUE value IS 79 (31.25% from 255) = 62.20%
R=7.87%
G=29.92%
B=62.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1038790.870.5200.69215.6577.5317.45
HexA264F5734045d84e11
Octal124611712764010533011621
Binary1010100110100111110101111101000100010111011000100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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