#042F5E

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

Shades of Prussian Blue #042F5E

Tints of Prussian Blue #042F5E

Color information

#042F5E (or 0x042F5E) is unknown color: approx Prussian Blue. HEX triplet: 04, 2F and 5E. RGB value is (4,47,94). Sum of RGB (Red+Green+Blue) = 4+47+94=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 94 (37.11% from 255 or 64.83% from 145); Max value from RGB is 94 - color contains mainly: blue. Hex color #042F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042F5E is #FBD0A1. Grayscale: #272727. Windows color (decimal): -16502946 or 6172420. OLE color: 6172420.

HSL color Cylindrical-coordinate representation of color #042F5E: hue angle of 211.33º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042F5E is Cyan = 0.96, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB44794-
CMYK0.960.500.63
HSL211.33º91.84%19.22%-
HSV(B)211.33º95.74%36.86%-
XYZ3.092.8710.98-
YUV39.5158.75102.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.76%
GREEN value IS 47 (18.75% from 255) = 32.41%
BLUE value IS 94 (37.11% from 255) = 64.83%
R=2.76%
G=32.41%
B=64.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal447940.960.500.63211.3391.8419.22
Hex42F5E603203Fd35c13
Octal4571361406207732313423
Binary10010111110111101100000110010011111111010011101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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