#002B80

Color #002B80 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #002B80

Tints of Smalt #002B80

Color information

#002B80 (or 0x002B80) is unknown color: approx Smalt. HEX triplet: 00, 2B and 80. RGB value is (0,43,128). Sum of RGB (Red+Green+Blue) = 0+43+128=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 128 (50.39% from 255 or 74.85% from 171); Max value from RGB is 128 - color contains mainly: blue. Hex color #002B80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002B80 is #FFD47F. Grayscale: #272727. Windows color (decimal): -16766080 or 8399616. OLE color: 8399616.

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

Color convert

RGB043128-
CMYK10.6600.50
HSL219.84º100%25.1%-
HSV(B)219.84º100%50.2%-
XYZ4.763.2920.81-
YUV39.83177.7599.59-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 43 (17.19% from 255) = 25.15%
BLUE value IS 128 (50.39% from 255) = 74.85%
R=0%
G=25.15%
B=74.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal04312810.6600.50219.8410025.1
Hex02B806442032dc6419
Octal05320014410206233414431
Binary01010111000000011001001000010011001011011100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,43,128); }

 H1.HeaderClassName
 {
   color: #002B80;
 }
 .AnyTagClassName
 {
   color: #002B80;
 }
</style>
background-color css

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

 a { background-color: rgb(0,43,128); }

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

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

 span { border-color: rgb(0,43,128); }

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