#002883

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

Shades of Smalt #002883

Tints of Smalt #002883

Color information

#002883 (or 0x002883) is unknown color: approx Smalt. HEX triplet: 00, 28 and 83. RGB value is (0,40,131). Sum of RGB (Red+Green+Blue) = 0+40+131=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 131 (51.56% from 255 or 76.61% from 171); Max value from RGB is 131 - color contains mainly: blue. Hex color #002883 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002883 is #FFD77C. Grayscale: #262626. Windows color (decimal): -16766845 or 8595456. OLE color: 8595456.

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

Color convert

RGB040131-
CMYK10.6900.49
HSL221.68º100%25.69%-
HSV(B)221.68º100%51.37%-
XYZ4.863.1621.83-
YUV38.41180.25100.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 40 (16.02% from 255) = 23.39%
BLUE value IS 131 (51.56% from 255) = 76.61%
R=0%
G=23.39%
B=76.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal04013110.6900.49221.6810025.69
Hex028836445031de641a
Octal05020314410506133614432
Binary01010001000001111001001000101011000111011110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002883; }

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

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

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

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

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

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

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

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