#002E90

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

Shades of Smalt #002E90

Tints of Smalt #002E90

Color information

#002E90 (or 0x002E90) is unknown color: approx Smalt. HEX triplet: 00, 2E and 90. RGB value is (0,46,144). Sum of RGB (Red+Green+Blue) = 0+46+144=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 144 (56.64% from 255 or 75.79% from 190); Max value from RGB is 144 - color contains mainly: blue. Hex color #002E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002E90 is #FFD16F. Grayscale: #2A2A2A. Windows color (decimal): -16765296 or 9448960. OLE color: 9448960.

HSL color Cylindrical-coordinate representation of color #002E90: hue angle of 220.83º 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 #002E90 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB046144-
CMYK10.6800.44
HSL220.83º100%28.24%-
HSV(B)220.83º100%56.47%-
XYZ6.013.9726.83-
YUV43.42184.7697.03-

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.21%
BLUE value IS 144 (56.64% from 255) = 75.79%
R=0%
G=24.21%
B=75.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal04614410.6800.44220.8310028.24
Hex02E90644402Cdd641c
Octal05622014410405433514434
Binary01011101001000011001001000100010110011011101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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