Html Css Color HEX #002E87 Smalt

📋 copy color: '#002E87'

red 0 ◦ green 46 ◦ blue 135

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

Shades of Smalt #002E87

Tints of Smalt #002E87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 74.59%

R = 0%
G = 25.41%
B = 74.59%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#002E87 (or 0x002E87) is known color: Smalt. HEX triplet: 00, 2E and 87. RGB value is (0,46,135). Sum of RGB (Red+Green+Blue) = 0+46+135=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 135 (53.12% from 255 or 74.59% from 181); Max value from RGB is 135 - color contains mainly: blue. Hex color #002E87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002E87 is #FFD178. Grayscale: #292929. Windows color (decimal): -16765305 or 8859136. OLE color: 8859136.

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

Color convert

RGB 0 46 135 -
CMYK 1 0.66 0 0.47
HSL 219.56º 1% 0.26% -
HSV(B) 219.56º 1% 0.53% -
XYZ 5.35 3.7 23.35 -
YUV 42.39 180.26 97.76 -
System Red Green Blue C M Y K H S L
Decimal 0 46 135 1 0.66 0 0.47 219.56 1 0.26
Hex 0 2E 87 64 42 0 2F DC 64 1A
Octal 0 56 207 144 102 0 57 334 144 32
Binary 0 101110 10000111 1100100 1000010 0 101111 11011100 1100100 11010

Color Harmonies of #002E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E87

Black with #002E87

Text Example


Text Example

White with #002E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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