#002395

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

Shades of Smalt #002395

Tints of Smalt #002395

Color information

#002395 (or 0x002395) is unknown color: approx Smalt. HEX triplet: 00, 23 and 95. RGB value is (0,35,149). Sum of RGB (Red+Green+Blue) = 0+35+149=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 149 (58.59% from 255 or 80.98% from 184); Max value from RGB is 149 - color contains mainly: blue. Hex color #002395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002395 is #FFDC6A. Grayscale: #252525. Windows color (decimal): -16768107 or 9773824. OLE color: 9773824.

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

Color convert

RGB035149-
CMYK10.7700.42
HSL225.91º100%29.22%-
HSV(B)225.91º100%58.43%-
XYZ6.033.3728.77-
YUV37.53190.9101.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 19.02%
BLUE value IS 149 (58.59% from 255) = 80.98%
R=0%
G=19.02%
B=80.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal03514910.7700.42225.9110029.22
Hex02395644D02Ae2641d
Octal04322514411505234214435
Binary01000111001010111001001001101010101011100010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002395; }

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

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

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

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

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

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

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

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