#042B63

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

Shades of Prussian Blue #042B63

Tints of Prussian Blue #042B63

Color information

#042B63 (or 0x042B63) is unknown color: approx Prussian Blue. HEX triplet: 04, 2B and 63. RGB value is (4,43,99). Sum of RGB (Red+Green+Blue) = 4+43+99=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 99 (39.06% from 255 or 67.81% from 146); Max value from RGB is 99 - color contains mainly: blue. Hex color #042B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042B63 is #FBD49C. Grayscale: #252525. Windows color (decimal): -16503965 or 6499076. OLE color: 6499076.

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

Color convert

RGB44399-
CMYK0.960.5700.61
HSL215.37º92.23%20.2%-
HSV(B)215.37º95.96%38.82%-
XYZ3.172.6512.15-
YUV37.72162.58103.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.74%
GREEN value IS 43 (17.19% from 255) = 29.45%
BLUE value IS 99 (39.06% from 255) = 67.81%
R=2.74%
G=29.45%
B=67.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal443990.960.5700.61215.3792.2320.2
Hex42B63603903Dd75c14
Octal4531431407107532713424
Binary10010101111000111100000111001011110111010111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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