#002F53

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

Shades of Prussian Blue #002F53

Tints of Prussian Blue #002F53

Color information

#002F53 (or 0x002F53) is unknown color: approx Prussian Blue. HEX triplet: 00, 2F and 53. RGB value is (0,47,83). Sum of RGB (Red+Green+Blue) = 0+47+83=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #002F53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002F53 is #FFD0AC. Grayscale: #242424. Windows color (decimal): -16765101 or 5451520. OLE color: 5451520.

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

Color convert

RGB04783-
CMYK10.4300.67
HSL206.02º100%16.27%-
HSV(B)206.02º100%32.55%-
XYZ2.582.668.56-
YUV37.05153.93101.57-

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) = 36.15%
BLUE value IS 83 (32.81% from 255) = 63.85%
R=0%
G=36.15%
B=63.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0478310.4300.67206.0210016.27
Hex02F53642B043ce6410
Octal05712314453010331614420
Binary0101111101001111001001010110100001111001110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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