#042D5C

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

Shades of Prussian Blue #042D5C

Tints of Prussian Blue #042D5C

Color information

#042D5C (or 0x042D5C) is unknown color: approx Prussian Blue. HEX triplet: 04, 2D and 5C. RGB value is (4,45,92). Sum of RGB (Red+Green+Blue) = 4+45+92=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 92 (36.33% from 255 or 65.25% from 141); Max value from RGB is 92 - color contains mainly: blue. Hex color #042D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042D5C is #FBD2A3. Grayscale: #252525. Windows color (decimal): -16503460 or 6040836. OLE color: 6040836.

HSL color Cylindrical-coordinate representation of color #042D5C: hue angle of 212.05º 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 #042D5C is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB44592-
CMYK0.960.5100.64
HSL212.05º91.67%18.82%-
HSV(B)212.05º95.65%36.08%-
XYZ2.922.6810.49-
YUV38.1158.42103.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.84%
GREEN value IS 45 (17.97% from 255) = 31.91%
BLUE value IS 92 (36.33% from 255) = 65.25%
R=2.84%
G=31.91%
B=65.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal445920.960.5100.64212.0591.6718.82
Hex42D5C6033040d45c13
Octal45513414063010032413423
Binary100101101101110011000001100110100000011010100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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