Html Css Color HEX #002960 Prussian Blue

📋 copy color: '#002960'

red 0 ◦ green 41 ◦ blue 96

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

Shades of Prussian Blue #002960

Tints of Prussian Blue #002960

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 value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#002960 (or 0x002960) is known color: 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

RGB 0 41 96 -
CMYK 1 0.57 0 0.62
HSL 214.38º 1% 0.19% -
HSV(B) 214.38º 1% 0.38% -
XYZ 2.9 2.43 11.38 -
YUV 35.01 162.42 103.03 -
System Red Green Blue C M Y K H S L
Decimal 0 41 96 1 0.57 0 0.62 214.38 1 0.19
Hex 0 29 60 64 39 0 3E D6 64 13
Octal 0 51 140 144 71 0 76 326 144 23
Binary 0 101001 1100000 1100100 111001 0 111110 11010110 1100100 10011

Color Harmonies of #002960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002960

Black with #002960

Text Example


Text Example

White with #002960

Text Example


Text Example

HTML Codes & Css Web 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>