#002F7A

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

Shades of Prussian Blue #002F7A

Tints of Prussian Blue #002F7A

Color information

#002F7A (or 0x002F7A) is unknown color: approx Prussian Blue. HEX triplet: 00, 2F and 7A. RGB value is (0,47,122). Sum of RGB (Red+Green+Blue) = 0+47+122=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 122 (48.05% from 255 or 72.19% from 169); Max value from RGB is 122 - color contains mainly: blue. Hex color #002F7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002F7A is #FFD085. Grayscale: #292929. Windows color (decimal): -16765062 or 8007424. OLE color: 8007424.

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

Color convert

RGB047122-
CMYK10.6100.52
HSL216.89º100%23.92%-
HSV(B)216.89º100%47.84%-
XYZ4.533.4418.84-
YUV41.5173.4398.4-

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) = 27.81%
BLUE value IS 122 (48.05% from 255) = 72.19%
R=0%
G=27.81%
B=72.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal04712210.6100.52216.8910023.92
Hex02F7A643D034d96418
Octal0571721447506433114430
Binary010111111110101100100111101011010011011001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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