#042E5C

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

Shades of Prussian Blue #042E5C

Tints of Prussian Blue #042E5C

Color information

#042E5C (or 0x042E5C) is unknown color: approx Prussian Blue. HEX triplet: 04, 2E and 5C. RGB value is (4,46,92). Sum of RGB (Red+Green+Blue) = 4+46+92=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 92 (36.33% from 255 or 64.79% from 142); Max value from RGB is 92 - color contains mainly: blue. Hex color #042E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042E5C is #FBD1A3. Grayscale: #262626. Windows color (decimal): -16503204 or 6041092. OLE color: 6041092.

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

Color convert

RGB44692-
CMYK0.960.5000.64
HSL211.36º91.67%18.82%-
HSV(B)211.36º95.65%36.08%-
XYZ2.962.7510.5-
YUV38.69158.09103.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 46 (18.36% from 255) = 32.39%
BLUE value IS 92 (36.33% from 255) = 64.79%
R=2.82%
G=32.39%
B=64.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal446920.960.5000.64211.3691.6718.82
Hex42E5C6032040d35c13
Octal45613414062010032313423
Binary100101110101110011000001100100100000011010011101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,46,92); }

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

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

 a { background-color: rgb(4,46,92); }

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

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

 span { border-color: rgb(4,46,92); }

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