#002797

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

Shades of Smalt #002797

Tints of Smalt #002797

Color information

#002797 (or 0x002797) is unknown color: approx Smalt. HEX triplet: 00, 27 and 97. RGB value is (0,39,151). Sum of RGB (Red+Green+Blue) = 0+39+151=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 151 (59.38% from 255 or 79.47% from 190); Max value from RGB is 151 - color contains mainly: blue. Hex color #002797 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002797 is #FFD868. Grayscale: #272727. Windows color (decimal): -16767081 or 9905920. OLE color: 9905920.

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

Color convert

RGB039151-
CMYK10.7400.41
HSL224.5º100%29.61%-
HSV(B)224.5º100%59.22%-
XYZ6.313.6929.66-
YUV40.11190.5899.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 39 (15.62% from 255) = 20.53%
BLUE value IS 151 (59.38% from 255) = 79.47%
R=0%
G=20.53%
B=79.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal03915110.7400.41224.510029.61
Hex02797644A029e1641e
Octal04722714411205134114436
Binary01001111001011111001001001010010100111100001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002797; }

 p { color: rgb(0,39,151); }

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

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

 a { background-color: rgb(0,39,151); }

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

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

 span { border-color: rgb(0,39,151); }

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