Html Css Color HEX #002959 Prussian Blue

📋 copy color: '#002959'

red 0 ◦ green 41 ◦ blue 89

#002959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #002959

Tints of Prussian Blue #002959

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 41 (16.41% from 255) = 31.54%

 BLUE value IS 89 (35.16% from 255) = 68.46%

R = 0%
G = 31.54%
B = 68.46%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#002959 (or 0x002959) is known color: Prussian Blue. HEX triplet: 00, 29 and 59. RGB value is (0,41,89). Sum of RGB (Red+Green+Blue) = 0+41+89=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 89 (35.16% from 255 or 68.46% from 130); Max value from RGB is 89 - color contains mainly: blue. Hex color #002959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002959 is #FFD6A6. Grayscale: #212121. Windows color (decimal): -16766631 or 5843200. OLE color: 5843200.

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

Color convert

RGB 0 41 89 -
CMYK 1 0.54 0 0.65
HSL 212.36º 1% 0.17% -
HSV(B) 212.36º 1% 0.35% -
XYZ 2.6 2.31 9.76 -
YUV 34.21 158.92 103.6 -
System Red Green Blue C M Y K H S L
Decimal 0 41 89 1 0.54 0 0.65 212.36 1 0.17
Hex 0 29 59 64 36 0 41 D4 64 11
Octal 0 51 131 144 66 0 101 324 144 21
Binary 0 101001 1011001 1100100 110110 0 1000001 11010100 1100100 10001

Color Harmonies of #002959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002959

Black with #002959

Text Example


Text Example

White with #002959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002959; }

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

 H1.HeaderClassName
 {
   color: #002959;
 }
 .AnyTagClassName
 {
   color: #002959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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