#0A368A

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

Shades of Smalt #0A368A

Tints of Smalt #0A368A

Color information

#0A368A (or 0x0A368A) is unknown color: approx Smalt. HEX triplet: 0A, 36 and 8A. RGB value is (10,54,138). Sum of RGB (Red+Green+Blue) = 10+54+138=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 138 (54.30% from 255 or 68.32% from 202); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A368A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A368A is #F5C975. Grayscale: #323232. Windows color (decimal): -16107894 or 9057802. OLE color: 9057802.

HSL color Cylindrical-coordinate representation of color #0A368A: hue angle of 219.38º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A368A is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1054138-
CMYK0.930.6100.46
HSL219.38º86.49%29.02%-
HSV(B)219.38º92.75%54.12%-
XYZ6.034.5424.6-
YUV50.42177.4299.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.95%
GREEN value IS 54 (21.48% from 255) = 26.73%
BLUE value IS 138 (54.30% from 255) = 68.32%
R=4.95%
G=26.73%
B=68.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10541380.930.6100.46219.3886.4929.02
HexA368A5D3D02Edb561d
Octal12662121357505633312635
Binary1010110110100010101011101111101010111011011011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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