#002F4A

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

Shades of Prussian Blue #002F4A

Tints of Prussian Blue #002F4A

Color information

#002F4A (or 0x002F4A) is unknown color: approx Prussian Blue. HEX triplet: 00, 2F and 4A. RGB value is (0,47,74). Sum of RGB (Red+Green+Blue) = 0+47+74=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #002F4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002F4A is #FFD0B5. Grayscale: #232323. Windows color (decimal): -16765110 or 4861696. OLE color: 4861696.

HSL color Cylindrical-coordinate representation of color #002F4A: hue angle of 201.89º 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 #002F4A is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB04774-
CMYK10.3600.71
HSL201.89º100%14.51%-
HSV(B)201.89º100%29.02%-
XYZ2.252.536.85-
YUV36.02149.43102.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 47 (18.75% from 255) = 38.84%
BLUE value IS 74 (29.30% from 255) = 61.16%
R=0%
G=38.84%
B=61.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0477410.3600.71201.8910014.51
Hex02F4A6424047ca64f
Octal05711214444010731214417
Binary010111110010101100100100100010001111100101011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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