#042C65

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

Shades of Prussian Blue #042C65

Tints of Prussian Blue #042C65

Color information

#042C65 (or 0x042C65) is unknown color: approx Prussian Blue. HEX triplet: 04, 2C and 65. RGB value is (4,44,101). Sum of RGB (Red+Green+Blue) = 4+44+101=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 101 (39.84% from 255 or 67.79% from 149); Max value from RGB is 101 - color contains mainly: blue. Hex color #042C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C65 is #FBD39A. Grayscale: #262626. Windows color (decimal): -16503707 or 6630404. OLE color: 6630404.

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

Color convert

RGB444101-
CMYK0.960.5600.60
HSL215.26º92.38%20.59%-
HSV(B)215.26º96.04%39.61%-
XYZ3.32.7712.67-
YUV38.54163.25103.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.68%
GREEN value IS 44 (17.58% from 255) = 29.53%
BLUE value IS 101 (39.84% from 255) = 67.79%
R=2.68%
G=29.53%
B=67.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4441010.960.5600.60215.2692.3820.59
Hex42C65603803Cd75c15
Octal4541451407007432713425
Binary10010110011001011100000111000011110011010111101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,44,101); }

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

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

 a { background-color: rgb(4,44,101); }

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

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

 span { border-color: rgb(4,44,101); }

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