#00294F

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

Shades of Prussian Blue #00294F

Tints of Prussian Blue #00294F

Color information

#00294F (or 0x00294F) is unknown color: approx Prussian Blue. HEX triplet: 00, 29 and 4F. RGB value is (0,41,79). Sum of RGB (Red+Green+Blue) = 0+41+79=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 79 (31.25% from 255 or 65.83% from 120); Max value from RGB is 79 - color contains mainly: blue. Hex color #00294F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00294F is #FFD6B0. Grayscale: #202020. Windows color (decimal): -16766641 or 5187840. OLE color: 5187840.

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

Color convert

RGB04179-
CMYK10.4800.69
HSL208.86º100%15.49%-
HSV(B)208.86º100%30.98%-
XYZ2.22.157.7-
YUV33.07153.92104.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 41 (16.41% from 255) = 34.17%
BLUE value IS 79 (31.25% from 255) = 65.83%
R=0%
G=34.17%
B=65.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0417910.4800.69208.8610015.49
Hex0294F6430045d164f
Octal05111714460010532114417
Binary010100110011111100100110000010001011101000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00294F; }

 p { color: rgb(0,41,79); }

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

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

 a { background-color: rgb(0,41,79); }

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

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

 span { border-color: rgb(0,41,79); }

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