#042F68

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

Shades of Prussian Blue #042F68

Tints of Prussian Blue #042F68

Color information

#042F68 (or 0x042F68) is unknown color: approx Prussian Blue. HEX triplet: 04, 2F and 68. RGB value is (4,47,104). Sum of RGB (Red+Green+Blue) = 4+47+104=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #042F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042F68 is #FBD097. Grayscale: #282828. Windows color (decimal): -16502936 or 6827780. OLE color: 6827780.

HSL color Cylindrical-coordinate representation of color #042F68: hue angle of 214.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042F68 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB447104-
CMYK0.960.5500.59
HSL214.2º92.59%21.18%-
HSV(B)214.2º96.15%40.78%-
XYZ3.573.0613.5-
YUV40.64163.75101.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.58%
GREEN value IS 47 (18.75% from 255) = 30.32%
BLUE value IS 104 (41.02% from 255) = 67.10%
R=2.58%
G=30.32%
B=67.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4471040.960.5500.59214.292.5921.18
Hex42F68603703Bd65d15
Octal4571501406707332613525
Binary10010111111010001100000110111011101111010110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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