#0A2466

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

Shades of Sapphire #0A2466

Tints of Sapphire #0A2466

Color information

#0A2466 (or 0x0A2466) is unknown color: approx Sapphire. HEX triplet: 0A, 24 and 66. RGB value is (10,36,102). Sum of RGB (Red+Green+Blue) = 10+36+102=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 102 (40.23% from 255 or 68.92% from 148); Max value from RGB is 102 - color contains mainly: blue. Hex color #0A2466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2466 is #F5DB99. Grayscale: #232323. Windows color (decimal): -16112538 or 6693898. OLE color: 6693898.

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

Color convert

RGB1036102-
CMYK0.900.6500.6
HSL223.04º82.14%21.96%-
HSV(B)223.04º90.2%40%-
XYZ3.152.2912.85-
YUV35.75165.39109.63-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.76%
GREEN value IS 36 (14.45% from 255) = 24.32%
BLUE value IS 102 (40.23% from 255) = 68.92%
R=6.76%
G=24.32%
B=68.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10361020.900.6500.6223.0482.1421.96
HexA24665A4103Cdf5216
Octal124414613210107433712226
Binary1010100100110011010110101000001011110011011111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,36,102); }

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

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

 a { background-color: rgb(10,36,102); }

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

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

 span { border-color: rgb(10,36,102); }

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