#0A3895

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

Shades of Smalt #0A3895

Tints of Smalt #0A3895

Color information

#0A3895 (or 0x0A3895) is unknown color: approx Smalt. HEX triplet: 0A, 38 and 95. RGB value is (10,56,149). Sum of RGB (Red+Green+Blue) = 10+56+149=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 149 (58.59% from 255 or 69.30% from 215); Max value from RGB is 149 - color contains mainly: blue. Hex color #0A3895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3895 is #F5C76A. Grayscale: #343434. Windows color (decimal): -16107371 or 9779210. OLE color: 9779210.

HSL color Cylindrical-coordinate representation of color #0A3895: hue angle of 220.14º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A3895 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1056149-
CMYK0.930.6200.42
HSL220.14º87.42%31.18%-
HSV(B)220.14º93.29%58.43%-
XYZ6.965.0629.04-
YUV52.85182.2697.44-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.65%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 149 (58.59% from 255) = 69.30%
R=4.65%
G=26.05%
B=69.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10561490.930.6200.42220.1487.4231.18
HexA38955D3E02Adc571f
Octal12702251357605233412737
Binary1010111000100101011011101111110010101011011100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,56,149); }

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

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

 a { background-color: rgb(10,56,149); }

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

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

 span { border-color: rgb(10,56,149); }

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