#003055

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

Shades of Prussian Blue #003055

Tints of Prussian Blue #003055

Color information

#003055 (or 0x003055) is unknown color: approx Prussian Blue. HEX triplet: 00, 30 and 55. RGB value is (0,48,85). Sum of RGB (Red+Green+Blue) = 0+48+85=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 85 (33.59% from 255 or 63.91% from 133); Max value from RGB is 85 - color contains mainly: blue. Hex color #003055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003055 is #FFCFAA. Grayscale: #252525. Windows color (decimal): -16764843 or 5582848. OLE color: 5582848.

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

Color convert

RGB04885-
CMYK10.4400.67
HSL206.12º100%16.67%-
HSV(B)206.12º100%33.33%-
XYZ2.72.778.99-
YUV37.87154.6100.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 36.09%
BLUE value IS 85 (33.59% from 255) = 63.91%
R=0%
G=36.09%
B=63.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0488510.4400.67206.1210016.67
Hex03055642C043ce6411
Octal06012514454010331614421
Binary0110000101010111001001011000100001111001110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003055; }

 p { color: rgb(0,48,85); }

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

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

 a { background-color: rgb(0,48,85); }

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

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

 span { border-color: rgb(0,48,85); }

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