Html Css Color HEX #04395A Prussian Blue

📋 copy color: '#04395A'

red 4 ◦ green 57 ◦ blue 90

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

Shades of Prussian Blue #04395A

Tints of Prussian Blue #04395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 37.75%

 BLUE value IS 90 (35.55% from 255) = 59.6%

R = 2.65%
G = 37.75%
B = 59.6%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#04395A (or 0x04395A) is known color: Prussian Blue. HEX triplet: 04, 39 and 5A. RGB value is (4,57,90). Sum of RGB (Red+Green+Blue) = 4+57+90=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #04395A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04395A is #FBC6A5. Grayscale: #2C2C2C. Windows color (decimal): -16500390 or 5912836. OLE color: 5912836.

HSL color Cylindrical-coordinate representation of color #04395A: hue angle of 203.02º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04395A is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 57 90 -
CMYK 0.96 0.37 0 0.65
HSL 203.02º 0.91% 0.18% -
HSV(B) 203.02º 0.96% 0.35% -
XYZ 3.36 3.69 10.21 -
YUV 44.92 153.44 98.82 -
System Red Green Blue C M Y K H S L
Decimal 4 57 90 0.96 0.37 0 0.65 203.02 0.91 0.18
Hex 4 39 5A 60 25 0 41 CB 5B 12
Octal 4 71 132 140 45 0 101 313 133 22
Binary 100 111001 1011010 1100000 100101 0 1000001 11001011 1011011 10010

Color Harmonies of #04395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04395A

Black with #04395A

Text Example


Text Example

White with #04395A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04395A; }

 p { color: rgb(4,57,90); }

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

background-color css

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

 a { background-color: rgb(4,57,90); }

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

border-color css

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

 span { border-color: rgb(4,57,90); }

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