#002595

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

Shades of Smalt #002595

Tints of Smalt #002595

Color information

#002595 (or 0x002595) is unknown color: approx Smalt. HEX triplet: 00, 25 and 95. RGB value is (0,37,149). Sum of RGB (Red+Green+Blue) = 0+37+149=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 149 (58.59% from 255 or 80.11% from 186); Max value from RGB is 149 - color contains mainly: blue. Hex color #002595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002595 is #FFDA6A. Grayscale: #262626. Windows color (decimal): -16767595 or 9774336. OLE color: 9774336.

HSL color Cylindrical-coordinate representation of color #002595: hue angle of 225.1º 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 #002595 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB037149-
CMYK10.7500.42
HSL225.1º100%29.22%-
HSV(B)225.1º100%58.43%-
XYZ6.093.4928.79-
YUV38.7190.24100.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 37 (14.84% from 255) = 19.89%
BLUE value IS 149 (58.59% from 255) = 80.11%
R=0%
G=19.89%
B=80.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal03714910.7500.42225.110029.22
Hex02595644B02Ae1641d
Octal04522514411305234114435
Binary01001011001010111001001001011010101011100001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002595; }

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

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

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

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

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

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

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

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