#002E72

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

Shades of Prussian Blue #002E72

Tints of Prussian Blue #002E72

Color information

#002E72 (or 0x002E72) is unknown color: approx Prussian Blue. HEX triplet: 00, 2E and 72. RGB value is (0,46,114). Sum of RGB (Red+Green+Blue) = 0+46+114=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 114 (44.92% from 255 or 71.25% from 160); Max value from RGB is 114 - color contains mainly: blue. Hex color #002E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002E72 is #FFD18D. Grayscale: #272727. Windows color (decimal): -16765326 or 7482880. OLE color: 7482880.

HSL color Cylindrical-coordinate representation of color #002E72: hue angle of 215.79º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E72 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB046114-
CMYK10.6000.55
HSL215.79º100%22.35%-
HSV(B)215.79º100%44.71%-
XYZ4.013.1716.32-
YUV40169.7699.47-

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) = 28.75%
BLUE value IS 114 (44.92% from 255) = 71.25%
R=0%
G=28.75%
B=71.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal04611410.6000.55215.7910022.35
Hex02E72643C037d86416
Octal0561621447406733014426
Binary010111011100101100100111100011011111011000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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