#042F6B

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

Shades of Prussian Blue #042F6B

Tints of Prussian Blue #042F6B

Color information

#042F6B (or 0x042F6B) is unknown color: approx Prussian Blue. HEX triplet: 04, 2F and 6B. RGB value is (4,47,107). Sum of RGB (Red+Green+Blue) = 4+47+107=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 107 (42.19% from 255 or 67.72% from 158); Max value from RGB is 107 - color contains mainly: blue. Hex color #042F6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042F6B is #FBD094. Grayscale: #282828. Windows color (decimal): -16502933 or 7024388. OLE color: 7024388.

HSL color Cylindrical-coordinate representation of color #042F6B: hue angle of 214.95º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042F6B is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB447107-
CMYK0.960.5600.58
HSL214.95º92.79%21.76%-
HSV(B)214.95º96.26%41.96%-
XYZ3.723.1214.32-
YUV40.98165.25101.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.53%
GREEN value IS 47 (18.75% from 255) = 29.75%
BLUE value IS 107 (42.19% from 255) = 67.72%
R=2.53%
G=29.75%
B=67.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4471070.960.5600.58214.9592.7921.76
Hex42F6B603803Ad75d16
Octal4571531407007232713526
Binary10010111111010111100000111000011101011010111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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