#002751

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

Shades of Prussian Blue #002751

Tints of Prussian Blue #002751

Color information

#002751 (or 0x002751) is unknown color: approx Prussian Blue. HEX triplet: 00, 27 and 51. RGB value is (0,39,81). Sum of RGB (Red+Green+Blue) = 0+39+81=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 81 (32.03% from 255 or 67.5% from 120); Max value from RGB is 81 - color contains mainly: blue. Hex color #002751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002751 is #FFD8AE. Grayscale: #1F1F1F. Windows color (decimal): -16767151 or 5318400. OLE color: 5318400.

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

Color convert

RGB03981-
CMYK10.5200.68
HSL211.11º100%15.88%-
HSV(B)211.11º100%31.76%-
XYZ2.212.058.06-
YUV32.13155.58105.08-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 39 (15.62% from 255) = 32.5%
BLUE value IS 81 (32.03% from 255) = 67.5%
R=0%
G=32.5%
B=67.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal0398110.5200.68211.1110015.88
Hex027516434044d36410
Octal04712114464010432314420
Binary0100111101000111001001101000100010011010011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002751; }

 p { color: rgb(0,39,81); }

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

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

 a { background-color: rgb(0,39,81); }

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

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

 span { border-color: rgb(0,39,81); }

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