#042B61

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

Shades of Prussian Blue #042B61

Tints of Prussian Blue #042B61

Color information

#042B61 (or 0x042B61) is unknown color: approx Prussian Blue. HEX triplet: 04, 2B and 61. RGB value is (4,43,97). Sum of RGB (Red+Green+Blue) = 4+43+97=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 97 (38.28% from 255 or 67.36% from 144); Max value from RGB is 97 - color contains mainly: blue. Hex color #042B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042B61 is #FBD49E. Grayscale: #252525. Windows color (decimal): -16503967 or 6368004. OLE color: 6368004.

HSL color Cylindrical-coordinate representation of color #042B61: hue angle of 214.84º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042B61 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB44397-
CMYK0.960.5600.62
HSL214.84º92.08%19.8%-
HSV(B)214.84º95.88%38.04%-
XYZ3.072.6211.65-
YUV37.5161.58104.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.78%
GREEN value IS 43 (17.19% from 255) = 29.86%
BLUE value IS 97 (38.28% from 255) = 67.36%
R=2.78%
G=29.86%
B=67.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal443970.960.5600.62214.8492.0819.8
Hex42B61603803Ed75c14
Octal4531411407007632713424
Binary10010101111000011100000111000011111011010111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,43,97); }

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

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

 a { background-color: rgb(4,43,97); }

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

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

 span { border-color: rgb(4,43,97); }

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