#0A1D66

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

Shades of Sapphire #0A1D66

Tints of Sapphire #0A1D66

Color information

#0A1D66 (or 0x0A1D66) is unknown color: approx Sapphire. HEX triplet: 0A, 1D and 66. RGB value is (10,29,102). Sum of RGB (Red+Green+Blue) = 10+29+102=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 102 (40.23% from 255 or 72.34% from 141); Max value from RGB is 102 - color contains mainly: blue. Hex color #0A1D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1D66 is #F5E299. Grayscale: #1F1F1F. Windows color (decimal): -16114330 or 6692106. OLE color: 6692106.

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

Color convert

RGB1029102-
CMYK0.900.7200.6
HSL227.61º82.14%21.96%-
HSV(B)227.61º90.2%40%-
XYZ2.961.912.78-
YUV31.64167.71112.56-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.09%
GREEN value IS 29 (11.72% from 255) = 20.57%
BLUE value IS 102 (40.23% from 255) = 72.34%
R=7.09%
G=20.57%
B=72.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10291020.900.7200.6227.6182.1421.96
HexA1D665A4803Ce45216
Octal123514613211007434412226
Binary101011101110011010110101001000011110011100100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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