#042F93

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

Shades of Smalt #042F93

Tints of Smalt #042F93

Color information

#042F93 (or 0x042F93) is unknown color: approx Smalt. HEX triplet: 04, 2F and 93. RGB value is (4,47,147). Sum of RGB (Red+Green+Blue) = 4+47+147=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 147 (57.81% from 255 or 74.24% from 198); Max value from RGB is 147 - color contains mainly: blue. Hex color #042F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042F93 is #FBD06C. Grayscale: #2D2D2D. Windows color (decimal): -16502893 or 9645828. OLE color: 9645828.

HSL color Cylindrical-coordinate representation of color #042F93: hue angle of 221.96º 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 #042F93 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB447147-
CMYK0.970.6800.42
HSL221.96º94.7%29.61%-
HSV(B)221.96º97.28%57.65%-
XYZ6.334.1728.07-
YUV45.54185.2598.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.02%
GREEN value IS 47 (18.75% from 255) = 23.74%
BLUE value IS 147 (57.81% from 255) = 74.24%
R=2.02%
G=23.74%
B=74.24%

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
Decimal4471470.970.6800.42221.9694.729.61
Hex42F93614402Ade5f1e
Octal45722314110405233613736
Binary1001011111001001111000011000100010101011011110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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