#0A1F66

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

Shades of Sapphire #0A1F66

Tints of Sapphire #0A1F66

Color information

#0A1F66 (or 0x0A1F66) is unknown color: approx Sapphire. HEX triplet: 0A, 1F and 66. RGB value is (10,31,102). Sum of RGB (Red+Green+Blue) = 10+31+102=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 102 (40.23% from 255 or 71.33% from 143); Max value from RGB is 102 - color contains mainly: blue. Hex color #0A1F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1F66 is #F5E099. Grayscale: #202020. Windows color (decimal): -16113818 or 6692618. OLE color: 6692618.

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

Color convert

RGB1031102-
CMYK0.900.7000.6
HSL226.3º82.14%21.96%-
HSV(B)226.3º90.2%40%-
XYZ3.01212.8-
YUV32.82167.04111.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.99%
GREEN value IS 31 (12.5% from 255) = 21.68%
BLUE value IS 102 (40.23% from 255) = 71.33%
R=6.99%
G=21.68%
B=71.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10311020.900.7000.6226.382.1421.96
HexA1F665A4603Ce25216
Octal123714613210607434212226
Binary101011111110011010110101000110011110011100010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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