Html Css Color HEX #04315F Prussian Blue

📋 copy color: '#04315F'

red 4 ◦ green 49 ◦ blue 95

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

Shades of Prussian Blue #04315F

Tints of Prussian Blue #04315F

RGB

 RED value IS 4 (1.95% from 255) = 2.7%

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

 BLUE value IS 95 (37.5% from 255) = 64.19%

R = 2.7%
G = 33.11%
B = 64.19%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#04315F (or 0x04315F) is known color: Prussian Blue. HEX triplet: 04, 31 and 5F. RGB value is (4,49,95). Sum of RGB (Red+Green+Blue) = 4+49+95=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 95 (37.5% from 255 or 64.19% from 148); Max value from RGB is 95 - color contains mainly: blue. Hex color #04315F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04315F is #FBCEA0. Grayscale: #282828. Windows color (decimal): -16502433 or 6238468. OLE color: 6238468.

HSL color Cylindrical-coordinate representation of color #04315F: hue angle of 210.33º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04315F is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 49 95 -
CMYK 0.96 0.48 0 0.63
HSL 210.33º 0.92% 0.19% -
HSV(B) 210.33º 0.96% 0.37% -
XYZ 3.21 3.05 11.25 -
YUV 40.79 158.59 101.76 -
System Red Green Blue C M Y K H S L
Decimal 4 49 95 0.96 0.48 0 0.63 210.33 0.92 0.19
Hex 4 31 5F 60 30 0 3F D2 5C 13
Octal 4 61 137 140 60 0 77 322 134 23
Binary 100 110001 1011111 1100000 110000 0 111111 11010010 1011100 10011

Color Harmonies of #04315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04315F

Black with #04315F

Text Example


Text Example

White with #04315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04315F; }

 p { color: rgb(4,49,95); }

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

background-color css

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

 a { background-color: rgb(4,49,95); }

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

border-color css

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

 span { border-color: rgb(4,49,95); }

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