#102A8D

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

Shades of Smalt #102A8D

Tints of Smalt #102A8D

Color information

#102A8D (or 0x102A8D) is unknown color: approx Smalt. HEX triplet: 10, 2A and 8D. RGB value is (16,42,141). Sum of RGB (Red+Green+Blue) = 16+42+141=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 141 (55.47% from 255 or 70.85% from 199); Max value from RGB is 141 - color contains mainly: blue. Hex color #102A8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102A8D is #EFD572. Grayscale: #2D2D2D. Windows color (decimal): -15717747 or 9251344. OLE color: 9251344.

HSL color Cylindrical-coordinate representation of color #102A8D: hue angle of 227.52º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #102A8D is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1642141-
CMYK0.890.7000.45
HSL227.52º79.62%30.78%-
HSV(B)227.52º88.65%55.29%-
XYZ5.853.6925.6-
YUV45.51181.89106.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.04%
GREEN value IS 42 (16.80% from 255) = 21.11%
BLUE value IS 141 (55.47% from 255) = 70.85%
R=8.04%
G=21.11%
B=70.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16421410.890.7000.45227.5279.6230.78
Hex102A8D594602De4501f
Octal205221513110605534412037
Binary100001010101000110110110011000110010110111100100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102A8D; }

 p { color: rgb(16,42,141); }

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

<style>
 a { background-color: #102A8D; }

 a { background-color: rgb(16,42,141); }

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

<style>
 span { border-color: #102A8D; }

 span { border-color: rgb(16,42,141); }

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