#002E8E

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

Shades of Smalt #002E8E

Tints of Smalt #002E8E

Color information

#002E8E (or 0x002E8E) is unknown color: approx Smalt. HEX triplet: 00, 2E and 8E. RGB value is (0,46,142). Sum of RGB (Red+Green+Blue) = 0+46+142=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 142 (55.86% from 255 or 75.53% from 188); Max value from RGB is 142 - color contains mainly: blue. Hex color #002E8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002E8E is #FFD171. Grayscale: #2A2A2A. Windows color (decimal): -16765298 or 9317888. OLE color: 9317888.

HSL color Cylindrical-coordinate representation of color #002E8E: hue angle of 220.56º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E8E is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB046142-
CMYK10.6800.44
HSL220.56º100%27.84%-
HSV(B)220.56º100%55.69%-
XYZ5.863.9126.04-
YUV43.19183.7697.19-

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.47%
BLUE value IS 142 (55.86% from 255) = 75.53%
R=0%
G=24.47%
B=75.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal04614210.6800.44220.5610027.84
Hex02E8E644402Cdd641c
Octal05621614410405433514434
Binary01011101000111011001001000100010110011011101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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