#0A2495

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

Shades of Smalt #0A2495

Tints of Smalt #0A2495

Color information

#0A2495 (or 0x0A2495) is unknown color: approx Smalt. HEX triplet: 0A, 24 and 95. RGB value is (10,36,149). Sum of RGB (Red+Green+Blue) = 10+36+149=195 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.13% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 149 (58.59% from 255 or 76.41% from 195); Max value from RGB is 149 - color contains mainly: blue. Hex color #0A2495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2495 is #F5DB6A. Grayscale: #282828. Windows color (decimal): -16112491 or 9774090. OLE color: 9774090.

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

Color convert

RGB1036149-
CMYK0.930.7600.42
HSL228.78º87.42%31.18%-
HSV(B)228.78º93.29%58.43%-
XYZ6.183.528.78-
YUV41.11188.89105.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.13%
GREEN value IS 36 (14.45% from 255) = 18.46%
BLUE value IS 149 (58.59% from 255) = 76.41%
R=5.13%
G=18.46%
B=76.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10361490.930.7600.42228.7887.4231.18
HexA24955D4C02Ae5571f
Octal124422513511405234512737
Binary10101001001001010110111011001100010101011100101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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