#0A1D70

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

Shades of Sapphire #0A1D70

Tints of Sapphire #0A1D70

Color information

#0A1D70 (or 0x0A1D70) is unknown color: approx Sapphire. HEX triplet: 0A, 1D and 70. RGB value is (10,29,112). Sum of RGB (Red+Green+Blue) = 10+29+112=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 112 (44.14% from 255 or 74.17% from 151); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A1D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1D70 is #F5E28F. Grayscale: #202020. Windows color (decimal): -16114320 or 7347466. OLE color: 7347466.

HSL color Cylindrical-coordinate representation of color #0A1D70: hue angle of 228.82º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A1D70 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1029112-
CMYK0.910.7400.56
HSL228.82º83.61%23.92%-
HSV(B)228.82º91.07%43.92%-
XYZ3.492.1115.55-
YUV32.78172.71111.75-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.62%
GREEN value IS 29 (11.72% from 255) = 19.21%
BLUE value IS 112 (44.14% from 255) = 74.17%
R=6.62%
G=19.21%
B=74.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10291120.910.7400.56228.8283.6123.92
HexA1D705B4A038e55418
Octal123516013311207034512430
Binary101011101111000010110111001010011100011100101101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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