Html Css Color HEX #003071 Prussian Blue

📋 copy color: '#003071'

red 0 ◦ green 48 ◦ blue 113

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

Shades of Prussian Blue #003071

Tints of Prussian Blue #003071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.81%

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

R = 0%
G = 29.81%
B = 70.19%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#003071 (or 0x003071) is known color: Prussian Blue. HEX triplet: 00, 30 and 71. RGB value is (0,48,113). Sum of RGB (Red+Green+Blue) = 0+48+113=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 113 (44.53% from 255 or 70.19% from 161); Max value from RGB is 113 - color contains mainly: blue. Hex color #003071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003071 is #FFCF8E. Grayscale: #282828. Windows color (decimal): -16764815 or 7417856. OLE color: 7417856.

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

Color convert

RGB 0 48 113 -
CMYK 1 0.58 0 0.56
HSL 214.51º 1% 0.22% -
HSV(B) 214.51º 1% 0.44% -
XYZ 4.04 3.31 16.05 -
YUV 41.06 168.6 98.71 -
System Red Green Blue C M Y K H S L
Decimal 0 48 113 1 0.58 0 0.56 214.51 1 0.22
Hex 0 30 71 64 3A 0 38 D7 64 16
Octal 0 60 161 144 72 0 70 327 144 26
Binary 0 110000 1110001 1100100 111010 0 111000 11010111 1100100 10110

Color Harmonies of #003071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003071

Black with #003071

Text Example


Text Example

White with #003071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003071; }

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

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

background-color css

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

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

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

border-color css

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

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

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