#0A4695

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

Shades of Smalt #0A4695

Tints of Smalt #0A4695

Color information

#0A4695 (or 0x0A4695) is unknown color: approx Smalt. HEX triplet: 0A, 46 and 95. RGB value is (10,70,149). Sum of RGB (Red+Green+Blue) = 10+70+149=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #0A4695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4695 is #F5B96A. Grayscale: #3C3C3C. Windows color (decimal): -16103787 or 9782794. OLE color: 9782794.

HSL color Cylindrical-coordinate representation of color #0A4695: hue angle of 214.1º 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 #0A4695 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1070149-
CMYK0.930.5300.42
HSL214.1º87.42%31.18%-
HSV(B)214.1º93.29%58.43%-
XYZ7.746.6129.3-
YUV61.07177.6291.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.37%
GREEN value IS 70 (27.73% from 255) = 30.57%
BLUE value IS 149 (58.59% from 255) = 65.07%
R=4.37%
G=30.57%
B=65.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10701490.930.5300.42214.187.4231.18
HexA46955D3502Ad6571f
Octal121062251356505232612737
Binary10101000110100101011011101110101010101011010110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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