#002795

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

Shades of Smalt #002795

Tints of Smalt #002795

Color information

#002795 (or 0x002795) is unknown color: approx Smalt. HEX triplet: 00, 27 and 95. RGB value is (0,39,149). Sum of RGB (Red+Green+Blue) = 0+39+149=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 149 (58.59% from 255 or 79.26% from 188); Max value from RGB is 149 - color contains mainly: blue. Hex color #002795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002795 is #FFD86A. Grayscale: #272727. Windows color (decimal): -16767083 or 9774848. OLE color: 9774848.

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

Color convert

RGB039149-
CMYK10.7400.42
HSL224.3º100%29.22%-
HSV(B)224.3º100%58.43%-
XYZ6.153.6228.81-
YUV39.88189.5899.56-

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.74%
BLUE value IS 149 (58.59% from 255) = 79.26%
R=0%
G=20.74%
B=79.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal03914910.7400.42224.310029.22
Hex02795644A02Ae0641d
Octal04722514411205234014435
Binary01001111001010111001001001010010101011100000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002795; }

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

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

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

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

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

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

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

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