#004295

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

Shades of Smalt #004295

Tints of Smalt #004295

Color information

#004295 (or 0x004295) is unknown color: approx Smalt. HEX triplet: 00, 42 and 95. RGB value is (0,66,149). Sum of RGB (Red+Green+Blue) = 0+66+149=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 149 (58.59% from 255 or 69.30% from 215); Max value from RGB is 149 - color contains mainly: blue. Hex color #004295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004295 is #FFBD6A. Grayscale: #373737. Windows color (decimal): -16760171 or 9781760. OLE color: 9781760.

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

Color convert

RGB066149-
CMYK10.5600.42
HSL213.42º100%29.22%-
HSV(B)213.42º100%58.43%-
XYZ7.376.0729.22-
YUV55.73180.6388.25-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 149 (58.59% from 255) = 69.30%
R=0%
G=30.70%
B=69.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal06614910.5600.42213.4210029.22
Hex04295643802Ad5641d
Octal01022251447005232514435
Binary01000010100101011100100111000010101011010101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004295; }

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

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

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

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

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

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

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

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