#042F95

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

Shades of Smalt #042F95

Tints of Smalt #042F95

Color information

#042F95 (or 0x042F95) is unknown color: approx Smalt. HEX triplet: 04, 2F and 95. RGB value is (4,47,149). Sum of RGB (Red+Green+Blue) = 4+47+149=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 149 (58.59% from 255 or 74.5% from 200); Max value from RGB is 149 - color contains mainly: blue. Hex color #042F95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042F95 is #FBD06A. Grayscale: #2D2D2D. Windows color (decimal): -16502891 or 9776900. OLE color: 9776900.

HSL color Cylindrical-coordinate representation of color #042F95: hue angle of 222.21º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042F95 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB447149-
CMYK0.970.6800.42
HSL222.21º94.77%30%-
HSV(B)222.21º97.32%58.43%-
XYZ6.494.2328.91-
YUV45.77186.2598.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2%
GREEN value IS 47 (18.75% from 255) = 23.5%
BLUE value IS 149 (58.59% from 255) = 74.5%
R=2%
G=23.5%
B=74.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4471490.970.6800.42222.2194.7730
Hex42F95614402Ade5f1e
Octal45722514110405233613736
Binary1001011111001010111000011000100010101011011110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042F95; }

 p { color: rgb(4,47,149); }

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

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

 a { background-color: rgb(4,47,149); }

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

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

 span { border-color: rgb(4,47,149); }

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