#002C71

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

Shades of Prussian Blue #002C71

Tints of Prussian Blue #002C71

Color information

#002C71 (or 0x002C71) is unknown color: approx Prussian Blue. HEX triplet: 00, 2C and 71. RGB value is (0,44,113). Sum of RGB (Red+Green+Blue) = 0+44+113=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 113 (44.53% from 255 or 71.97% from 157); Max value from RGB is 113 - color contains mainly: blue. Hex color #002C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C71 is #FFD38E. Grayscale: #262626. Windows color (decimal): -16765839 or 7416832. OLE color: 7416832.

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

Color convert

RGB044113-
CMYK10.6100.56
HSL216.64º100%22.16%-
HSV(B)216.64º100%44.31%-
XYZ3.882.9916-
YUV38.71169.92100.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 44 (17.58% from 255) = 28.03%
BLUE value IS 113 (44.53% from 255) = 71.97%
R=0%
G=28.03%
B=71.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal04411310.6100.56216.6410022.16
Hex02C71643D038d96416
Octal0541611447507033114426
Binary010110011100011100100111101011100011011001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,44,113); }

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

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

 a { background-color: rgb(0,44,113); }

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

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

 span { border-color: rgb(0,44,113); }

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