Html Css Color HEX #003971 Prussian Blue

📋 copy color: '#003971'

red 0 ◦ green 57 ◦ blue 113

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

Shades of Prussian Blue #003971

Tints of Prussian Blue #003971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.53%

 BLUE value IS 113 (44.53% from 255) = 66.47%

R = 0%
G = 33.53%
B = 66.47%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#003971 (or 0x003971) is known color: Prussian Blue. HEX triplet: 00, 39 and 71. RGB value is (0,57,113). Sum of RGB (Red+Green+Blue) = 0+57+113=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 113 (44.53% from 255 or 66.47% from 170); Max value from RGB is 113 - color contains mainly: blue. Hex color #003971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003971 is #FFC68E. Grayscale: #2E2E2E. Windows color (decimal): -16762511 or 7420160. OLE color: 7420160.

HSL color Cylindrical-coordinate representation of color #003971: hue angle of 209.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003971 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 57 113 -
CMYK 1 0.50 0 0.56
HSL 209.73º 1% 0.22% -
HSV(B) 209.73º 1% 0.44% -
XYZ 4.44 4.12 16.18 -
YUV 46.34 165.62 94.95 -
System Red Green Blue C M Y K H S L
Decimal 0 57 113 1 0.50 0 0.56 209.73 1 0.22
Hex 0 39 71 64 32 0 38 D2 64 16
Octal 0 71 161 144 62 0 70 322 144 26
Binary 0 111001 1110001 1100100 110010 0 111000 11010010 1100100 10110

Color Harmonies of #003971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003971

Black with #003971

Text Example


Text Example

White with #003971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003971; }

 p { color: rgb(0,57,113); }

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

background-color css

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

 a { background-color: rgb(0,57,113); }

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

border-color css

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

 span { border-color: rgb(0,57,113); }

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