#0A2074

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

Shades of Sapphire #0A2074

Tints of Sapphire #0A2074

Color information

#0A2074 (or 0x0A2074) is unknown color: approx Sapphire. HEX triplet: 0A, 20 and 74. RGB value is (10,32,116). Sum of RGB (Red+Green+Blue) = 10+32+116=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 116 (45.70% from 255 or 73.42% from 158); Max value from RGB is 116 - color contains mainly: blue. Hex color #0A2074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2074 is #F5DF8B. Grayscale: #222222. Windows color (decimal): -16113548 or 7610378. OLE color: 7610378.

HSL color Cylindrical-coordinate representation of color #0A2074: hue angle of 227.55º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A2074 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1032116-
CMYK0.910.7200.55
HSL227.55º84.13%24.71%-
HSV(B)227.55º91.38%45.49%-
XYZ3.792.3616.78-
YUV35173.71110.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.33%
GREEN value IS 32 (12.89% from 255) = 20.25%
BLUE value IS 116 (45.70% from 255) = 73.42%
R=6.33%
G=20.25%
B=73.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10321160.910.7200.55227.5584.1324.71
HexA20745B48037e45419
Octal124016413311006734412431
Binary1010100000111010010110111001000011011111100100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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