Html Css Color HEX #002E89 Smalt

📋 copy color: '#002E89'

red 0 ◦ green 46 ◦ blue 137

#002E89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #002E89

Tints of Smalt #002E89

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 46 (18.36% from 255) = 25.14%

 BLUE value IS 137 (53.91% from 255) = 74.86%

R = 0%
G = 25.14%
B = 74.86%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#002E89 (or 0x002E89) is known color: Smalt. HEX triplet: 00, 2E and 89. RGB value is (0,46,137). Sum of RGB (Red+Green+Blue) = 0+46+137=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 137 (53.91% from 255 or 74.86% from 183); Max value from RGB is 137 - color contains mainly: blue. Hex color #002E89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002E89 is #FFD176. Grayscale: #2A2A2A. Windows color (decimal): -16765303 or 8990208. OLE color: 8990208.

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

Color convert

RGB 0 46 137 -
CMYK 1 0.66 0 0.46
HSL 219.85º 1% 0.27% -
HSV(B) 219.85º 1% 0.54% -
XYZ 5.49 3.76 24.1 -
YUV 42.62 181.26 97.6 -
System Red Green Blue C M Y K H S L
Decimal 0 46 137 1 0.66 0 0.46 219.85 1 0.27
Hex 0 2E 89 64 42 0 2E DC 64 1B
Octal 0 56 211 144 102 0 56 334 144 33
Binary 0 101110 10001001 1100100 1000010 0 101110 11011100 1100100 11011

Color Harmonies of #002E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E89

Black with #002E89

Text Example


Text Example

White with #002E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #002E89;
 }
 .AnyTagClassName
 {
   color: #002E89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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