#002962

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

Shades of Prussian Blue #002962

Tints of Prussian Blue #002962

Color information

#002962 (or 0x002962) is unknown color: approx Prussian Blue. HEX triplet: 00, 29 and 62. RGB value is (0,41,98). Sum of RGB (Red+Green+Blue) = 0+41+98=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 98 (38.67% from 255 or 70.50% from 139); Max value from RGB is 98 - color contains mainly: blue. Hex color #002962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002962 is #FFD69D. Grayscale: #222222. Windows color (decimal): -16766622 or 6433024. OLE color: 6433024.

HSL color Cylindrical-coordinate representation of color #002962: hue angle of 214.9º 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 #002962 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB04198-
CMYK10.5800.62
HSL214.9º100%19.22%-
HSV(B)214.9º100%38.43%-
XYZ32.4711.87-
YUV35.24163.42102.87-

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.50%
BLUE value IS 98 (38.67% from 255) = 70.50%
R=0%
G=29.50%
B=70.50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0419810.5800.62214.910019.22
Hex02962643A03Ed76413
Octal0511421447207632714423
Binary010100111000101100100111010011111011010111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002962; }

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

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

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

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

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

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

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

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