Html Css Color HEX #003084 Smalt

📋 copy color: '#003084'

red 0 ◦ green 48 ◦ blue 132

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

Shades of Smalt #003084

Tints of Smalt #003084

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.67%

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

R = 0%
G = 26.67%
B = 73.33%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#003084 (or 0x003084) is known color: Smalt. HEX triplet: 00, 30 and 84. RGB value is (0,48,132). Sum of RGB (Red+Green+Blue) = 0+48+132=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 132 (51.95% from 255 or 73.33% from 180); Max value from RGB is 132 - color contains mainly: blue. Hex color #003084 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003084 is #FFCF7B. Grayscale: #2A2A2A. Windows color (decimal): -16764796 or 8663040. OLE color: 8663040.

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

Color convert

RGB 0 48 132 -
CMYK 1 0.64 0 0.48
HSL 218.18º 1% 0.26% -
HSV(B) 218.18º 1% 0.52% -
XYZ 5.22 3.78 22.28 -
YUV 43.22 178.1 97.17 -
System Red Green Blue C M Y K H S L
Decimal 0 48 132 1 0.64 0 0.48 218.18 1 0.26
Hex 0 30 84 64 40 0 30 DA 64 1A
Octal 0 60 204 144 100 0 60 332 144 32
Binary 0 110000 10000100 1100100 1000000 0 110000 11011010 1100100 11010

Color Harmonies of #003084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003084

Black with #003084

Text Example


Text Example

White with #003084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003084; }

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

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

background-color css

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

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

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

border-color css

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

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

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