#003150

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

Shades of Prussian Blue #003150

Tints of Prussian Blue #003150

Color information

#003150 (or 0x003150) is unknown color: approx Prussian Blue. HEX triplet: 00, 31 and 50. RGB value is (0,49,80). Sum of RGB (Red+Green+Blue) = 0+49+80=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 80 (31.64% from 255 or 62.02% from 129); Max value from RGB is 80 - color contains mainly: blue. Hex color #003150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003150 is #FFCEAF. Grayscale: #252525. Windows color (decimal): -16764592 or 5255424. OLE color: 5255424.

HSL color Cylindrical-coordinate representation of color #003150: hue angle of 203.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003150 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB04980-
CMYK10.3900.69
HSL203.25º100%15.69%-
HSV(B)203.25º100%31.37%-
XYZ2.552.787.99-
YUV37.88151.77100.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 80 (31.64% from 255) = 62.02%
R=0%
G=37.98%
B=62.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0498010.3900.69203.2510015.69
Hex031506427045cb6410
Octal06112014447010531314420
Binary0110001101000011001001001110100010111001011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003150; }

 p { color: rgb(0,49,80); }

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

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

 a { background-color: rgb(0,49,80); }

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

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

 span { border-color: rgb(0,49,80); }

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