#0A2964

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

Shades of Sapphire #0A2964

Tints of Sapphire #0A2964

Color information

#0A2964 (or 0x0A2964) is unknown color: approx Sapphire. HEX triplet: 0A, 29 and 64. RGB value is (10,41,100). Sum of RGB (Red+Green+Blue) = 10+41+100=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 100 (39.45% from 255 or 66.23% from 151); Max value from RGB is 100 - color contains mainly: blue. Hex color #0A2964 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2964 is #F5D69B. Grayscale: #262626. Windows color (decimal): -16111260 or 6564106. OLE color: 6564106.

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

Color convert

RGB1041100-
CMYK0.900.5900.61
HSL219.33º81.82%21.57%-
HSV(B)219.33º90%39.22%-
XYZ3.222.5712.38-
YUV38.46162.73107.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.62%
GREEN value IS 41 (16.41% from 255) = 27.15%
BLUE value IS 100 (39.45% from 255) = 66.23%
R=6.62%
G=27.15%
B=66.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10411000.900.5900.61219.3381.8221.57
HexA29645A3B03Ddb5216
Octal12511441327307533312226
Binary101010100111001001011010111011011110111011011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,41,100); }

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

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

 a { background-color: rgb(10,41,100); }

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

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

 span { border-color: rgb(10,41,100); }

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