Html Css Color HEX #00316E Prussian Blue

📋 copy color: '#00316E'

red 0 ◦ green 49 ◦ blue 110

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

Shades of Prussian Blue #00316E

Tints of Prussian Blue #00316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 69.18%

R = 0%
G = 30.82%
B = 69.18%

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

#00316E (or 0x00316E) is known color: Prussian Blue. HEX triplet: 00, 31 and 6E. RGB value is (0,49,110). Sum of RGB (Red+Green+Blue) = 0+49+110=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 110 (43.36% from 255 or 69.18% from 159); Max value from RGB is 110 - color contains mainly: blue. Hex color #00316E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00316E is #FFCE91. Grayscale: #292929. Windows color (decimal): -16764562 or 7221504. OLE color: 7221504.

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

Color convert

RGB 0 49 110 -
CMYK 1 0.55 0 0.57
HSL 213.27º 1% 0.22% -
HSV(B) 213.27º 1% 0.43% -
XYZ 3.91 3.32 15.19 -
YUV 41.3 166.77 98.54 -
System Red Green Blue C M Y K H S L
Decimal 0 49 110 1 0.55 0 0.57 213.27 1 0.22
Hex 0 31 6E 64 37 0 39 D5 64 16
Octal 0 61 156 144 67 0 71 325 144 26
Binary 0 110001 1101110 1100100 110111 0 111001 11010101 1100100 10110

Color Harmonies of #00316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00316E

Black with #00316E

Text Example


Text Example

White with #00316E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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