#0A338B

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

Shades of Smalt #0A338B

Tints of Smalt #0A338B

Color information

#0A338B (or 0x0A338B) is unknown color: approx Smalt. HEX triplet: 0A, 33 and 8B. RGB value is (10,51,139). Sum of RGB (Red+Green+Blue) = 10+51+139=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A338B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A338B is #F5CC74. Grayscale: #303030. Windows color (decimal): -16108661 or 9122570. OLE color: 9122570.

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

Color convert

RGB1051139-
CMYK0.930.6300.45
HSL220.93º86.58%29.22%-
HSV(B)220.93º92.81%54.51%-
XYZ5.974.324.94-
YUV48.77178.92100.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5%
GREEN value IS 51 (20.31% from 255) = 25.5%
BLUE value IS 139 (54.69% from 255) = 69.5%
R=5%
G=25.5%
B=69.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10511390.930.6300.45220.9386.5829.22
HexA338B5D3F02Ddd571d
Octal12632131357705533512735
Binary1010110011100010111011101111111010110111011101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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