Html Css Color HEX #002E82 Smalt

📋 copy color: '#002E82'

red 0 ◦ green 46 ◦ blue 130

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

Shades of Smalt #002E82

Tints of Smalt #002E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 73.86%

R = 0%
G = 26.14%
B = 73.86%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#002E82 (or 0x002E82) is known color: Smalt. HEX triplet: 00, 2E and 82. RGB value is (0,46,130). Sum of RGB (Red+Green+Blue) = 0+46+130=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 130 (51.17% from 255 or 73.86% from 176); Max value from RGB is 130 - color contains mainly: blue. Hex color #002E82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002E82 is #FFD17D. Grayscale: #292929. Windows color (decimal): -16765310 or 8531456. OLE color: 8531456.

HSL color Cylindrical-coordinate representation of color #002E82: hue angle of 218.77º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E82 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 46 130 -
CMYK 1 0.65 0 0.49
HSL 218.77º 1% 0.25% -
HSV(B) 218.77º 1% 0.51% -
XYZ 5.01 3.57 21.54 -
YUV 41.82 177.76 98.17 -
System Red Green Blue C M Y K H S L
Decimal 0 46 130 1 0.65 0 0.49 218.77 1 0.25
Hex 0 2E 82 64 41 0 31 DB 64 19
Octal 0 56 202 144 101 0 61 333 144 31
Binary 0 101110 10000010 1100100 1000001 0 110001 11011011 1100100 11001

Color Harmonies of #002E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E82

Black with #002E82

Text Example


Text Example

White with #002E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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