#0A2268

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

Shades of Sapphire #0A2268

Tints of Sapphire #0A2268

Color information

#0A2268 (or 0x0A2268) is unknown color: approx Sapphire. HEX triplet: 0A, 22 and 68. RGB value is (10,34,104). Sum of RGB (Red+Green+Blue) = 10+34+104=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 104 (41.02% from 255 or 70.27% from 148); Max value from RGB is 104 - color contains mainly: blue. Hex color #0A2268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2268 is #F5DD97. Grayscale: #222222. Windows color (decimal): -16113048 or 6824458. OLE color: 6824458.

HSL color Cylindrical-coordinate representation of color #0A2268: hue angle of 224.68º 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 #0A2268 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1034104-
CMYK0.900.6700.59
HSL224.68º82.46%22.35%-
HSV(B)224.68º90.38%40.78%-
XYZ3.22.2113.35-
YUV34.8167.05110.31-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.76%
GREEN value IS 34 (13.67% from 255) = 22.97%
BLUE value IS 104 (41.02% from 255) = 70.27%
R=6.76%
G=22.97%
B=70.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10341040.900.6700.59224.6882.4622.35
HexA22685A4303Be15216
Octal124215013210307334112226
Binary1010100010110100010110101000011011101111100001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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