#0A2663

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

Shades of Sapphire #0A2663

Tints of Sapphire #0A2663

Color information

#0A2663 (or 0x0A2663) is unknown color: approx Sapphire. HEX triplet: 0A, 26 and 63. RGB value is (10,38,99). Sum of RGB (Red+Green+Blue) = 10+38+99=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 99 (39.06% from 255 or 67.35% from 147); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A2663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2663 is #F5D99C. Grayscale: #242424. Windows color (decimal): -16112029 or 6497802. OLE color: 6497802.

HSL color Cylindrical-coordinate representation of color #0A2663: hue angle of 221.12º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A2663 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB103899-
CMYK0.900.6200.61
HSL221.12º81.65%21.37%-
HSV(B)221.12º89.9%38.82%-
XYZ3.072.3512.1-
YUV36.58163.22109.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.80%
GREEN value IS 38 (15.23% from 255) = 25.85%
BLUE value IS 99 (39.06% from 255) = 67.35%
R=6.80%
G=25.85%
B=67.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1038990.900.6200.61221.1281.6521.37
HexA26635A3E03Ddd5215
Octal12461431327607533512225
Binary101010011011000111011010111110011110111011101101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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