Html Css Color HEX #042D51 Prussian Blue

📋 copy color: '#042D51'

red 4 ◦ green 45 ◦ blue 81

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

Shades of Prussian Blue #042D51

Tints of Prussian Blue #042D51

RGB

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

 GREEN value IS 45 (17.97% from 255) = 34.62%

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

R = 3.08%
G = 34.62%
B = 62.31%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#042D51 (or 0x042D51) is known color: Prussian Blue. HEX triplet: 04, 2D and 51. RGB value is (4,45,81). Sum of RGB (Red+Green+Blue) = 4+45+81=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 81 (32.03% from 255 or 62.31% from 130); Max value from RGB is 81 - color contains mainly: blue. Hex color #042D51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042D51 is #FBD2AE. Grayscale: #242424. Windows color (decimal): -16503471 or 5319940. OLE color: 5319940.

HSL color Cylindrical-coordinate representation of color #042D51: hue angle of 208.05º 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 #042D51 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 45 81 -
CMYK 0.95 0.44 0 0.68
HSL 208.05º 0.91% 0.17% -
HSV(B) 208.05º 0.95% 0.32% -
XYZ 2.47 2.5 8.14 -
YUV 36.85 152.92 104.57 -
System Red Green Blue C M Y K H S L
Decimal 4 45 81 0.95 0.44 0 0.68 208.05 0.91 0.17
Hex 4 2D 51 5F 2C 0 44 D0 5B 11
Octal 4 55 121 137 54 0 104 320 133 21
Binary 100 101101 1010001 1011111 101100 0 1000100 11010000 1011011 10001

Color Harmonies of #042D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042D51

Black with #042D51

Text Example


Text Example

White with #042D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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