#004095

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

Shades of Smalt #004095

Tints of Smalt #004095

Color information

#004095 (or 0x004095) is unknown color: approx Smalt. HEX triplet: 00, 40 and 95. RGB value is (0,64,149). Sum of RGB (Red+Green+Blue) = 0+64+149=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #004095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004095 is #FFBF6A. Grayscale: #363636. Windows color (decimal): -16760683 or 9781248. OLE color: 9781248.

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

Color convert

RGB064149-
CMYK10.5700.42
HSL214.23º100%29.22%-
HSV(B)214.23º100%58.43%-
XYZ7.265.8429.18-
YUV54.55181.389.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 149 (58.59% from 255) = 69.95%
R=0%
G=30.05%
B=69.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal06414910.5700.42214.2310029.22
Hex04095643902Ad6641d
Octal01002251447105232614435
Binary01000000100101011100100111001010101011010110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004095; }

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

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

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

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

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

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

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

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