#002E5D

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

Shades of Prussian Blue #002E5D

Tints of Prussian Blue #002E5D

Color information

#002E5D (or 0x002E5D) is unknown color: approx Prussian Blue. HEX triplet: 00, 2E and 5D. RGB value is (0,46,93). Sum of RGB (Red+Green+Blue) = 0+46+93=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 93 (36.72% from 255 or 66.91% from 139); Max value from RGB is 93 - color contains mainly: blue. Hex color #002E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002E5D is #FFD1A2. Grayscale: #252525. Windows color (decimal): -16765347 or 6106624. OLE color: 6106624.

HSL color Cylindrical-coordinate representation of color #002E5D: hue angle of 210.32º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E5D is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB04693-
CMYK10.5100.64
HSL210.32º100%18.24%-
HSV(B)210.32º100%36.47%-
XYZ2.952.7410.73-
YUV37.6159.26101.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 46 (18.36% from 255) = 33.09%
BLUE value IS 93 (36.72% from 255) = 66.91%
R=0%
G=33.09%
B=66.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0469310.5100.64210.3210018.24
Hex02E5D6433040d26412
Octal05613514463010032214422
Binary0101110101110111001001100110100000011010010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002E5D; }

 p { color: rgb(0,46,93); }

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

<style>
 a { background-color: #002E5D; }

 a { background-color: rgb(0,46,93); }

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

<style>
 span { border-color: #002E5D; }

 span { border-color: rgb(0,46,93); }

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