Html Css Color HEX #04295A Prussian Blue

📋 copy color: '#04295A'

red 4 ◦ green 41 ◦ blue 90

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

Shades of Prussian Blue #04295A

Tints of Prussian Blue #04295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.37%

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

R = 2.96%
G = 30.37%
B = 66.67%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#04295A (or 0x04295A) is known color: Prussian Blue. HEX triplet: 04, 29 and 5A. RGB value is (4,41,90). Sum of RGB (Red+Green+Blue) = 4+41+90=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 90 (35.55% from 255 or 66.67% from 135); Max value from RGB is 90 - color contains mainly: blue. Hex color #04295A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04295A is #FBD6A5. Grayscale: #232323. Windows color (decimal): -16504486 or 5908740. OLE color: 5908740.

HSL color Cylindrical-coordinate representation of color #04295A: hue angle of 214.19º 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 #04295A is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 41 90 -
CMYK 0.96 0.54 0 0.65
HSL 214.19º 0.91% 0.18% -
HSV(B) 214.19º 0.96% 0.35% -
XYZ 2.69 2.35 9.98 -
YUV 35.52 158.74 105.52 -
System Red Green Blue C M Y K H S L
Decimal 4 41 90 0.96 0.54 0 0.65 214.19 0.91 0.18
Hex 4 29 5A 60 36 0 41 D6 5B 12
Octal 4 51 132 140 66 0 101 326 133 22
Binary 100 101001 1011010 1100000 110110 0 1000001 11010110 1011011 10010

Color Harmonies of #04295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04295A

Black with #04295A

Text Example


Text Example

White with #04295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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