#002e81

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

Shades of Smalt #002E81

Tints of Smalt #002E81

Color information

#002E81 (or 0x002E81) is unknown color: approx Smalt. HEX triplet: 00, 2E and 81. RGB value is (0,46,129). Sum of RGB (Red+Green+Blue) = 0+46+129=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 129 (50.78% from 255 or 73.71% from 175); Max value from RGB is 129 - color contains mainly: blue. Hex color #002E81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002E81 is #FFD17E. Grayscale: #292929. Windows color (decimal): -16765311 or 8465920. OLE color: 8465920.

HSL color Cylindrical-coordinate representation of color #002E81: hue angle of 218.6º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E81 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB046129-
CMYK10.6400.49
HSL218.6º100%25.29%-
HSV(B)218.6º100%50.59%-
XYZ4.943.5421.19-
YUV41.71177.2698.25-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 46 (18.36% from 255) = 26.29%
BLUE value IS 129 (50.78% from 255) = 73.71%
R=0%
G=26.29%
B=73.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal04612910.6400.49218.610025.29
Hex02E816440031db6419
Octal05620114410006133314431
Binary01011101000000111001001000000011000111011011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002e81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002e81; }

 p { color: rgb(0,46,129); }

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

<style>
 a { background-color: #002e81; }

 a { background-color: rgb(0,46,129); }

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

<style>
 span { border-color: #002e81; }

 span { border-color: rgb(0,46,129); }

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