#002896

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

Shades of Smalt #002896

Tints of Smalt #002896

Color information

#002896 (or 0x002896) is unknown color: approx Smalt. HEX triplet: 00, 28 and 96. RGB value is (0,40,150). Sum of RGB (Red+Green+Blue) = 0+40+150=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 150 (58.98% from 255 or 78.95% from 190); Max value from RGB is 150 - color contains mainly: blue. Hex color #002896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002896 is #FFD769. Grayscale: #282828. Windows color (decimal): -16766826 or 9840640. OLE color: 9840640.

HSL color Cylindrical-coordinate representation of color #002896: hue angle of 224º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002896 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB040150-
CMYK10.7300.41
HSL224º100%29.41%-
HSV(B)224º100%58.82%-
XYZ6.263.7229.24-
YUV40.58189.7599.06-

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) = 21.05%
BLUE value IS 150 (58.98% from 255) = 78.95%
R=0%
G=21.05%
B=78.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal04015010.7300.4122410029.41
Hex028966449029e0641d
Octal05022614411105134014435
Binary01010001001011011001001001001010100111100000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002896; }

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

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

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

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

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

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

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

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