Html Css Color HEX #04294B Prussian Blue

📋 copy color: '#04294B'

red 4 ◦ green 41 ◦ blue 75

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

Shades of Prussian Blue #04294B

Tints of Prussian Blue #04294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 62.5%

R = 3.33%
G = 34.17%
B = 62.5%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#04294B (or 0x04294B) is known color: Prussian Blue. HEX triplet: 04, 29 and 4B. RGB value is (4,41,75). Sum of RGB (Red+Green+Blue) = 4+41+75=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #04294B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04294B is #FBD6B4. Grayscale: #212121. Windows color (decimal): -16504501 or 4925700. OLE color: 4925700.

HSL color Cylindrical-coordinate representation of color #04294B: hue angle of 208.73º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04294B is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 41 75 -
CMYK 0.95 0.45 0 0.71
HSL 208.73º 0.9% 0.15% -
HSV(B) 208.73º 0.95% 0.29% -
XYZ 2.11 2.12 6.95 -
YUV 33.81 151.24 106.74 -
System Red Green Blue C M Y K H S L
Decimal 4 41 75 0.95 0.45 0 0.71 208.73 0.9 0.15
Hex 4 29 4B 5F 2D 0 47 D1 5A F
Octal 4 51 113 137 55 0 107 321 132 17
Binary 100 101001 1001011 1011111 101101 0 1000111 11010001 1011010 1111

Color Harmonies of #04294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04294B

Black with #04294B

Text Example


Text Example

White with #04294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04294B; }

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

 H1.HeaderClassName
 {
   color: #04294B;
 }
 .AnyTagClassName
 {
   color: #04294B;
 }
</style>

background-color css

<style>
 a { background-color: #04294B; }

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

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

border-color css

<style>
 span { border-color: #04294B; }

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

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