#0A2068

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

Shades of Sapphire #0A2068

Tints of Sapphire #0A2068

Color information

#0A2068 (or 0x0A2068) is unknown color: approx Sapphire. HEX triplet: 0A, 20 and 68. RGB value is (10,32,104). Sum of RGB (Red+Green+Blue) = 10+32+104=146 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.85% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 104 (41.02% from 255 or 71.23% from 146); Max value from RGB is 104 - color contains mainly: blue. Hex color #0A2068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2068 is #F5DF97. Grayscale: #212121. Windows color (decimal): -16113560 or 6823946. OLE color: 6823946.

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

Color convert

RGB1032104-
CMYK0.900.6900.59
HSL225.96º82.46%22.35%-
HSV(B)225.96º90.38%40.78%-
XYZ3.142.113.34-
YUV33.63167.71111.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.85%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 104 (41.02% from 255) = 71.23%
R=6.85%
G=21.92%
B=71.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10321040.900.6900.59225.9682.4622.35
HexA20685A4503Be25216
Octal124015013210507334212226
Binary1010100000110100010110101000101011101111100010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,32,104); }

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

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

 a { background-color: rgb(10,32,104); }

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

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

 span { border-color: rgb(10,32,104); }

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