#002A4A

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

Shades of Prussian Blue #002A4A

Tints of Prussian Blue #002A4A

Color information

#002A4A (or 0x002A4A) is unknown color: approx Prussian Blue. HEX triplet: 00, 2A and 4A. RGB value is (0,42,74). Sum of RGB (Red+Green+Blue) = 0+42+74=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 74 (29.30% from 255 or 63.79% from 116); Max value from RGB is 74 - color contains mainly: blue. Hex color #002A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A4A is #FFD5B5. Grayscale: #202020. Windows color (decimal): -16766390 or 4860416. OLE color: 4860416.

HSL color Cylindrical-coordinate representation of color #002A4A: hue angle of 205.95º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A4A is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB04274-
CMYK10.4300.71
HSL205.95º100%14.51%-
HSV(B)205.95º100%29.02%-
XYZ2.062.156.78-
YUV33.09151.09104.4-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 42 (16.80% from 255) = 36.21%
BLUE value IS 74 (29.30% from 255) = 63.79%
R=0%
G=36.21%
B=63.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0427410.4300.71205.9510014.51
Hex02A4A642B047ce64f
Octal05211214453010731614417
Binary010101010010101100100101011010001111100111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,42,74); }

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

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

 a { background-color: rgb(0,42,74); }

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

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

 span { border-color: rgb(0,42,74); }

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