Html Css Color HEX #042951 Prussian Blue

📋 copy color: '#042951'

red 4 ◦ green 41 ◦ blue 81

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

Shades of Prussian Blue #042951

Tints of Prussian Blue #042951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 64.29%

R = 3.17%
G = 32.54%
B = 64.29%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#042951 (or 0x042951) is known color: Prussian Blue. HEX triplet: 04, 29 and 51. RGB value is (4,41,81). Sum of RGB (Red+Green+Blue) = 4+41+81=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 81 (32.03% from 255 or 64.29% from 126); Max value from RGB is 81 - color contains mainly: blue. Hex color #042951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042951 is #FBD6AE. Grayscale: #222222. Windows color (decimal): -16504495 or 5318916. OLE color: 5318916.

HSL color Cylindrical-coordinate representation of color #042951: hue angle of 211.17º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042951 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 41 81 -
CMYK 0.95 0.49 0 0.68
HSL 211.17º 0.91% 0.17% -
HSV(B) 211.17º 0.95% 0.32% -
XYZ 2.33 2.21 8.09 -
YUV 34.5 154.24 106.25 -
System Red Green Blue C M Y K H S L
Decimal 4 41 81 0.95 0.49 0 0.68 211.17 0.91 0.17
Hex 4 29 51 5F 31 0 44 D3 5B 11
Octal 4 51 121 137 61 0 104 323 133 21
Binary 100 101001 1010001 1011111 110001 0 1000100 11010011 1011011 10001

Color Harmonies of #042951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042951

Black with #042951

Text Example


Text Example

White with #042951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042951; }

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

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

background-color css

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

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

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

border-color css

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

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

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