#002960

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

Shades of Prussian Blue #002960

Tints of Prussian Blue #002960

Color information

#002960 (or 0x002960) is unknown color: approx Prussian Blue. HEX triplet: 00, 29 and 60. RGB value is (0,41,96). Sum of RGB (Red+Green+Blue) = 0+41+96=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 96 (37.89% from 255 or 70.07% from 137); Max value from RGB is 96 - color contains mainly: blue. Hex color #002960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002960 is #FFD69F. Grayscale: #222222. Windows color (decimal): -16766624 or 6301952. OLE color: 6301952.

HSL color Cylindrical-coordinate representation of color #002960: hue angle of 214.38º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002960 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB04196-
CMYK10.5700.62
HSL214.38º100%18.82%-
HSV(B)214.38º100%37.65%-
XYZ2.92.4311.38-
YUV35.01162.42103.03-

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) = 29.93%
BLUE value IS 96 (37.89% from 255) = 70.07%
R=0%
G=29.93%
B=70.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0419610.5700.62214.3810018.82
Hex02960643903Ed66413
Octal0511401447107632614423
Binary010100111000001100100111001011111011010110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002960; }

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

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

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

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

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

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

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

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