Html Css Color HEX #003082 Smalt

📋 copy color: '#003082'

red 0 ◦ green 48 ◦ blue 130

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

Shades of Smalt #003082

Tints of Smalt #003082

RGB

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

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

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

R = 0%
G = 26.97%
B = 73.03%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#003082 (or 0x003082) is known color: Smalt. HEX triplet: 00, 30 and 82. RGB value is (0,48,130). Sum of RGB (Red+Green+Blue) = 0+48+130=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 130 (51.17% from 255 or 73.03% from 178); Max value from RGB is 130 - color contains mainly: blue. Hex color #003082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003082 is #FFCF7D. Grayscale: #2A2A2A. Windows color (decimal): -16764798 or 8531968. OLE color: 8531968.

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

Color convert

RGB 0 48 130 -
CMYK 1 0.63 0 0.49
HSL 217.85º 1% 0.25% -
HSV(B) 217.85º 1% 0.51% -
XYZ 5.09 3.73 21.57 -
YUV 43 177.1 97.33 -
System Red Green Blue C M Y K H S L
Decimal 0 48 130 1 0.63 0 0.49 217.85 1 0.25
Hex 0 30 82 64 3F 0 31 DA 64 19
Octal 0 60 202 144 77 0 61 332 144 31
Binary 0 110000 10000010 1100100 111111 0 110001 11011010 1100100 11001

Color Harmonies of #003082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003082

Black with #003082

Text Example


Text Example

White with #003082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003082; }

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

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

background-color css

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

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

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

border-color css

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

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

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