#0A2568

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

Shades of Sapphire #0A2568

Tints of Sapphire #0A2568

Color information

#0A2568 (or 0x0A2568) is unknown color: approx Sapphire. HEX triplet: 0A, 25 and 68. RGB value is (10,37,104). Sum of RGB (Red+Green+Blue) = 10+37+104=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 104 (41.02% from 255 or 68.87% from 151); Max value from RGB is 104 - color contains mainly: blue. Hex color #0A2568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2568 is #F5DA97. Grayscale: #242424. Windows color (decimal): -16112280 or 6825226. OLE color: 6825226.

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

Color convert

RGB1037104-
CMYK0.900.6400.59
HSL222.77º82.46%22.35%-
HSV(B)222.77º90.38%40.78%-
XYZ3.292.3913.38-
YUV36.56166.05109.05-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.62%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 104 (41.02% from 255) = 68.87%
R=6.62%
G=24.50%
B=68.87%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10371040.900.6400.59222.7782.4622.35
HexA25685A4003Bdf5216
Octal124515013210007333712226
Binary1010100101110100010110101000000011101111011111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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