Html Css Color HEX #00316D Prussian Blue

📋 copy color: '#00316D'

red 0 ◦ green 49 ◦ blue 109

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

Shades of Prussian Blue #00316D

Tints of Prussian Blue #00316D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 68.99%

R = 0%
G = 31.01%
B = 68.99%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00316D (or 0x00316D) is known color: Prussian Blue. HEX triplet: 00, 31 and 6D. RGB value is (0,49,109). Sum of RGB (Red+Green+Blue) = 0+49+109=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 109 (42.97% from 255 or 68.99% from 158); Max value from RGB is 109 - color contains mainly: blue. Hex color #00316D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00316D is #FFCE92. Grayscale: #282828. Windows color (decimal): -16764563 or 7155968. OLE color: 7155968.

HSL color Cylindrical-coordinate representation of color #00316D: hue angle of 213.03º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00316D is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 49 109 -
CMYK 1 0.55 0 0.57
HSL 213.03º 1% 0.21% -
HSV(B) 213.03º 1% 0.43% -
XYZ 3.86 3.3 14.9 -
YUV 41.19 166.27 98.62 -
System Red Green Blue C M Y K H S L
Decimal 0 49 109 1 0.55 0 0.57 213.03 1 0.21
Hex 0 31 6D 64 37 0 39 D5 64 15
Octal 0 61 155 144 67 0 71 325 144 25
Binary 0 110001 1101101 1100100 110111 0 111001 11010101 1100100 10101

Color Harmonies of #00316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00316D

Black with #00316D

Text Example


Text Example

White with #00316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00316D; }

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

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

background-color css

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

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

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

border-color css

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

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

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