#0A1E72

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

Shades of Sapphire #0A1E72

Tints of Sapphire #0A1E72

Color information

#0A1E72 (or 0x0A1E72) is unknown color: approx Sapphire. HEX triplet: 0A, 1E and 72. RGB value is (10,30,114). Sum of RGB (Red+Green+Blue) = 10+30+114=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 114 (44.92% from 255 or 74.03% from 154); Max value from RGB is 114 - color contains mainly: blue. Hex color #0A1E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1E72 is #F5E18D. Grayscale: #212121. Windows color (decimal): -16114062 or 7478794. OLE color: 7478794.

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

Color convert

RGB1030114-
CMYK0.910.7400.55
HSL228.46º83.87%24.31%-
HSV(B)228.46º91.23%44.71%-
XYZ3.632.2116.15-
YUV33.6173.37111.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.49%
GREEN value IS 30 (12.11% from 255) = 19.48%
BLUE value IS 114 (44.92% from 255) = 74.03%
R=6.49%
G=19.48%
B=74.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10301140.910.7400.55228.4683.8724.31
HexA1E725B4A037e45418
Octal123616213311206734412430
Binary101011110111001010110111001010011011111100100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,30,114); }

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

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

 a { background-color: rgb(10,30,114); }

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

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

 span { border-color: rgb(10,30,114); }

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