Html Css Color HEX #003271 Prussian Blue

📋 copy color: '#003271'

red 0 ◦ green 50 ◦ blue 113

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

Shades of Prussian Blue #003271

Tints of Prussian Blue #003271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.67%

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

R = 0%
G = 30.67%
B = 69.33%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#003271 (or 0x003271) is known color: Prussian Blue. HEX triplet: 00, 32 and 71. RGB value is (0,50,113). Sum of RGB (Red+Green+Blue) = 0+50+113=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 113 (44.53% from 255 or 69.33% from 163); Max value from RGB is 113 - color contains mainly: blue. Hex color #003271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003271 is #FFCD8E. Grayscale: #292929. Windows color (decimal): -16764303 or 7418368. OLE color: 7418368.

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

Color convert

RGB 0 50 113 -
CMYK 1 0.56 0 0.56
HSL 213.45º 1% 0.22% -
HSV(B) 213.45º 1% 0.44% -
XYZ 4.12 3.47 16.08 -
YUV 42.23 167.94 97.88 -
System Red Green Blue C M Y K H S L
Decimal 0 50 113 1 0.56 0 0.56 213.45 1 0.22
Hex 0 32 71 64 38 0 38 D5 64 16
Octal 0 62 161 144 70 0 70 325 144 26
Binary 0 110010 1110001 1100100 111000 0 111000 11010101 1100100 10110

Color Harmonies of #003271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003271

Black with #003271

Text Example


Text Example

White with #003271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003271; }

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

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

background-color css

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

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

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

border-color css

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

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

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