Html Css Color HEX #002882 Smalt

📋 copy color: '#002882'

red 0 ◦ green 40 ◦ blue 130

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

Shades of Smalt #002882

Tints of Smalt #002882

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.53%

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

R = 0%
G = 23.53%
B = 76.47%

CMYK

 C value IS 1

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#002882 (or 0x002882) is known color: Smalt. HEX triplet: 00, 28 and 82. RGB value is (0,40,130). Sum of RGB (Red+Green+Blue) = 0+40+130=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 130 (51.17% from 255 or 76.47% from 170); Max value from RGB is 130 - color contains mainly: blue. Hex color #002882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002882 is #FFD77D. Grayscale: #252525. Windows color (decimal): -16766846 or 8529920. OLE color: 8529920.

HSL color Cylindrical-coordinate representation of color #002882: hue angle of 221.54º 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 #002882 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 40 130 -
CMYK 1 0.69 0 0.49
HSL 221.54º 1% 0.25% -
HSV(B) 221.54º 1% 0.51% -
XYZ 4.79 3.13 21.47 -
YUV 38.3 179.75 100.68 -
System Red Green Blue C M Y K H S L
Decimal 0 40 130 1 0.69 0 0.49 221.54 1 0.25
Hex 0 28 82 64 45 0 31 DE 64 19
Octal 0 50 202 144 105 0 61 336 144 31
Binary 0 101000 10000010 1100100 1000101 0 110001 11011110 1100100 11001

Color Harmonies of #002882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002882

Black with #002882

Text Example


Text Example

White with #002882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002882; }

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

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

background-color css

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

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

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

border-color css

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

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

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