#0A228B

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

Shades of Smalt #0A228B

Tints of Smalt #0A228B

Color information

#0A228B (or 0x0A228B) is unknown color: approx Smalt. HEX triplet: 0A, 22 and 8B. RGB value is (10,34,139). Sum of RGB (Red+Green+Blue) = 10+34+139=183 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.46% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 139 (54.69% from 255 or 75.96% from 183); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A228B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A228B is #F5DD74. Grayscale: #262626. Windows color (decimal): -16113013 or 9118218. OLE color: 9118218.

HSL color Cylindrical-coordinate representation of color #0A228B: hue angle of 228.84º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A228B is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1034139-
CMYK0.930.7600.45
HSL228.84º86.58%29.22%-
HSV(B)228.84º92.81%54.51%-
XYZ5.363.0724.74-
YUV38.79184.55107.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.46%
GREEN value IS 34 (13.67% from 255) = 18.58%
BLUE value IS 139 (54.69% from 255) = 75.96%
R=5.46%
G=18.58%
B=75.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10341390.930.7600.45228.8486.5829.22
HexA228B5D4C02De5571d
Octal124221313511405534512735
Binary10101000101000101110111011001100010110111100101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A228B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,34,139); }

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

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

 a { background-color: rgb(10,34,139); }

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

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

 span { border-color: rgb(10,34,139); }

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