#0A3287

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

Shades of Smalt #0A3287

Tints of Smalt #0A3287

Color information

#0A3287 (or 0x0A3287) is unknown color: approx Smalt. HEX triplet: 0A, 32 and 87. RGB value is (10,50,135). Sum of RGB (Red+Green+Blue) = 10+50+135=195 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.13% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 135 (53.12% from 255 or 69.23% from 195); Max value from RGB is 135 - color contains mainly: blue. Hex color #0A3287 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3287 is #F5CD78. Grayscale: #2F2F2F. Windows color (decimal): -16108921 or 8860170. OLE color: 8860170.

HSL color Cylindrical-coordinate representation of color #0A3287: hue angle of 220.8º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A3287 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1050135-
CMYK0.930.6300.47
HSL220.8º86.21%28.43%-
HSV(B)220.8º92.59%52.94%-
XYZ5.644.123.41-
YUV47.73177.25101.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.13%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 135 (53.12% from 255) = 69.23%
R=5.13%
G=25.64%
B=69.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10501350.930.6300.47220.886.2128.43
HexA32875D3F02Fdd561c
Octal12622071357705733512634
Binary1010110010100001111011101111111010111111011101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,50,135); }

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

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

 a { background-color: rgb(10,50,135); }

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

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

 span { border-color: rgb(10,50,135); }

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