#042A51

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

Shades of Prussian Blue #042A51

Tints of Prussian Blue #042A51

Color information

#042A51 (or 0x042A51) is unknown color: approx Prussian Blue. HEX triplet: 04, 2A and 51. RGB value is (4,42,81). Sum of RGB (Red+Green+Blue) = 4+42+81=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 81 (32.03% from 255 or 63.78% from 127); Max value from RGB is 81 - color contains mainly: blue. Hex color #042A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042A51 is #FBD5AE. Grayscale: #222222. Windows color (decimal): -16504239 or 5319172. OLE color: 5319172.

HSL color Cylindrical-coordinate representation of color #042A51: hue angle of 210.39º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042A51 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB44281-
CMYK0.950.4800.68
HSL210.39º90.59%16.67%-
HSV(B)210.39º95.06%31.76%-
XYZ2.362.288.1-
YUV35.08153.91105.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.15%
GREEN value IS 42 (16.80% from 255) = 33.07%
BLUE value IS 81 (32.03% from 255) = 63.78%
R=3.15%
G=33.07%
B=63.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal442810.950.4800.68210.3990.5916.67
Hex42A515F30044d25b11
Octal45212113760010432213321
Binary100101010101000110111111100000100010011010010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,42,81); }

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

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

 a { background-color: rgb(4,42,81); }

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

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

 span { border-color: rgb(4,42,81); }

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