#0A3691

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

Shades of Smalt #0A3691

Tints of Smalt #0A3691

Color information

#0A3691 (or 0x0A3691) is unknown color: approx Smalt. HEX triplet: 0A, 36 and 91. RGB value is (10,54,145). Sum of RGB (Red+Green+Blue) = 10+54+145=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 145 (57.03% from 255 or 69.38% from 209); Max value from RGB is 145 - color contains mainly: blue. Hex color #0A3691 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3691 is #F5C96E. Grayscale: #323232. Windows color (decimal): -16107887 or 9516554. OLE color: 9516554.

HSL color Cylindrical-coordinate representation of color #0A3691: hue angle of 220.44º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A3691 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1054145-
CMYK0.930.6300.43
HSL220.44º87.1%30.39%-
HSV(B)220.44º93.1%56.86%-
XYZ6.564.7527.36-
YUV51.22180.9298.6-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.78%
GREEN value IS 54 (21.48% from 255) = 25.84%
BLUE value IS 145 (57.03% from 255) = 69.38%
R=4.78%
G=25.84%
B=69.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10541450.930.6300.43220.4487.130.39
HexA36915D3F02Bdc571e
Octal12662211357705333412736
Binary1010110110100100011011101111111010101111011100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,54,145); }

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

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

 a { background-color: rgb(10,54,145); }

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

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

 span { border-color: rgb(10,54,145); }

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