#0A1F96

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

Shades of Smalt #0A1F96

Tints of Smalt #0A1F96

Color information

#0A1F96 (or 0x0A1F96) is unknown color: approx Smalt. HEX triplet: 0A, 1F and 96. RGB value is (10,31,150). Sum of RGB (Red+Green+Blue) = 10+31+150=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 150 (58.98% from 255 or 78.53% from 191); Max value from RGB is 150 - color contains mainly: blue. Hex color #0A1F96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1F96 is #F5E069. Grayscale: #252525. Windows color (decimal): -16113770 or 9838346. OLE color: 9838346.

HSL color Cylindrical-coordinate representation of color #0A1F96: hue angle of 231º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A1F96 is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1031150-
CMYK0.930.7900.41
HSL231º87.5%31.37%-
HSV(B)231º93.33%58.82%-
XYZ6.123.2529.16-
YUV38.29191.04107.82-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.24%
GREEN value IS 31 (12.5% from 255) = 16.23%
BLUE value IS 150 (58.98% from 255) = 78.53%
R=5.24%
G=16.23%
B=78.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10311500.930.7900.4123187.531.37
HexA1F965D4F029e7581f
Octal123722613511705134713037
Binary1010111111001011010111011001111010100111100111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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