#002E8B

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

Shades of Smalt #002E8B

Tints of Smalt #002E8B

Color information

#002E8B (or 0x002E8B) is unknown color: approx Smalt. HEX triplet: 00, 2E and 8B. RGB value is (0,46,139). Sum of RGB (Red+Green+Blue) = 0+46+139=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 139 (54.69% from 255 or 75.14% from 185); Max value from RGB is 139 - color contains mainly: blue. Hex color #002E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002E8B is #FFD174. Grayscale: #2A2A2A. Windows color (decimal): -16765301 or 9121280. OLE color: 9121280.

HSL color Cylindrical-coordinate representation of color #002E8B: hue angle of 220.14º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E8B is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB046139-
CMYK10.6700.45
HSL220.14º100%27.25%-
HSV(B)220.14º100%54.51%-
XYZ5.643.8224.87-
YUV42.85182.2697.44-

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) = 24.86%
BLUE value IS 139 (54.69% from 255) = 75.14%
R=0%
G=24.86%
B=75.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal04613910.6700.45220.1410027.25
Hex02E8B644302Ddc641b
Octal05621314410305533414433
Binary01011101000101111001001000011010110111011100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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