Html Css Color HEX #003160 Prussian Blue

📋 copy color: '#003160'

red 0 ◦ green 49 ◦ blue 96

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

Shades of Prussian Blue #003160

Tints of Prussian Blue #003160

RGB

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

 GREEN value IS 49 (19.53% from 255) = 33.79%

 BLUE value IS 96 (37.89% from 255) = 66.21%

R = 0%
G = 33.79%
B = 66.21%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#003160 (or 0x003160) is known color: Prussian Blue. HEX triplet: 00, 31 and 60. RGB value is (0,49,96). Sum of RGB (Red+Green+Blue) = 0+49+96=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 96 (37.89% from 255 or 66.21% from 145); Max value from RGB is 96 - color contains mainly: blue. Hex color #003160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003160 is #FFCE9F. Grayscale: #272727. Windows color (decimal): -16764576 or 6304000. OLE color: 6304000.

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

Color convert

RGB 0 49 96 -
CMYK 1 0.49 0 0.62
HSL 209.38º 1% 0.19% -
HSV(B) 209.38º 1% 0.38% -
XYZ 3.21 3.04 11.48 -
YUV 39.71 159.77 99.68 -
System Red Green Blue C M Y K H S L
Decimal 0 49 96 1 0.49 0 0.62 209.38 1 0.19
Hex 0 31 60 64 31 0 3E D1 64 13
Octal 0 61 140 144 61 0 76 321 144 23
Binary 0 110001 1100000 1100100 110001 0 111110 11010001 1100100 10011

Color Harmonies of #003160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003160

Black with #003160

Text Example


Text Example

White with #003160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003160; }

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

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

background-color css

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

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

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

border-color css

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

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

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