Html Css Color HEX #002984 Smalt

📋 copy color: '#002984'

red 0 ◦ green 41 ◦ blue 132

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

Shades of Smalt #002984

Tints of Smalt #002984

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.7%

 BLUE value IS 132 (51.95% from 255) = 76.3%

R = 0%
G = 23.7%
B = 76.3%

CMYK

 C value IS 1

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#002984 (or 0x002984) is known color: Smalt. HEX triplet: 00, 29 and 84. RGB value is (0,41,132). Sum of RGB (Red+Green+Blue) = 0+41+132=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 132 (51.95% from 255 or 76.30% from 173); Max value from RGB is 132 - color contains mainly: blue. Hex color #002984 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002984 is #FFD67B. Grayscale: #262626. Windows color (decimal): -16766588 or 8661248. OLE color: 8661248.

HSL color Cylindrical-coordinate representation of color #002984: hue angle of 221.36º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002984 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 41 132 -
CMYK 1 0.69 0 0.48
HSL 221.36º 1% 0.26% -
HSV(B) 221.36º 1% 0.52% -
XYZ 4.96 3.25 22.2 -
YUV 39.12 180.42 100.1 -
System Red Green Blue C M Y K H S L
Decimal 0 41 132 1 0.69 0 0.48 221.36 1 0.26
Hex 0 29 84 64 45 0 30 DD 64 1A
Octal 0 51 204 144 105 0 60 335 144 32
Binary 0 101001 10000100 1100100 1000101 0 110000 11011101 1100100 11010

Color Harmonies of #002984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002984

Black with #002984

Text Example


Text Example

White with #002984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002984; }

 p { color: rgb(0,41,132); }

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

background-color css

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

 a { background-color: rgb(0,41,132); }

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

border-color css

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

 span { border-color: rgb(0,41,132); }

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