Html Css Color HEX #04315C Prussian Blue

📋 copy color: '#04315C'

red 4 ◦ green 49 ◦ blue 92

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

Shades of Prussian Blue #04315C

Tints of Prussian Blue #04315C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 63.45%

R = 2.76%
G = 33.79%
B = 63.45%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04315C (or 0x04315C) is known color: Prussian Blue. HEX triplet: 04, 31 and 5C. RGB value is (4,49,92). Sum of RGB (Red+Green+Blue) = 4+49+92=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 92 (36.33% from 255 or 63.45% from 145); Max value from RGB is 92 - color contains mainly: blue. Hex color #04315C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04315C is #FBCEA3. Grayscale: #282828. Windows color (decimal): -16502436 or 6041860. OLE color: 6041860.

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

Color convert

RGB 4 49 92 -
CMYK 0.96 0.47 0 0.64
HSL 209.32º 0.92% 0.19% -
HSV(B) 209.32º 0.96% 0.36% -
XYZ 3.08 3 10.54 -
YUV 40.45 157.09 102 -
System Red Green Blue C M Y K H S L
Decimal 4 49 92 0.96 0.47 0 0.64 209.32 0.92 0.19
Hex 4 31 5C 60 2F 0 40 D1 5C 13
Octal 4 61 134 140 57 0 100 321 134 23
Binary 100 110001 1011100 1100000 101111 0 1000000 11010001 1011100 10011

Color Harmonies of #04315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04315C

Black with #04315C

Text Example


Text Example

White with #04315C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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