Html Css Color HEX #042E56 Prussian Blue

📋 copy color: '#042E56'

red 4 ◦ green 46 ◦ blue 86

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

Shades of Prussian Blue #042E56

Tints of Prussian Blue #042E56

RGB

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

 GREEN value IS 46 (18.36% from 255) = 33.82%

 BLUE value IS 86 (33.98% from 255) = 63.24%

R = 2.94%
G = 33.82%
B = 63.24%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#042E56 (or 0x042E56) is known color: Prussian Blue. HEX triplet: 04, 2E and 56. RGB value is (4,46,86). Sum of RGB (Red+Green+Blue) = 4+46+86=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 86 (33.98% from 255 or 63.24% from 136); Max value from RGB is 86 - color contains mainly: blue. Hex color #042E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042E56 is #FBD1A9. Grayscale: #252525. Windows color (decimal): -16503210 or 5647876. OLE color: 5647876.

HSL color Cylindrical-coordinate representation of color #042E56: hue angle of 209.27º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042E56 is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 4 46 86 -
CMYK 0.95 0.47 0 0.66
HSL 209.27º 0.91% 0.18% -
HSV(B) 209.27º 0.95% 0.34% -
XYZ 2.71 2.65 9.17 -
YUV 38 155.09 103.75 -
System Red Green Blue C M Y K H S L
Decimal 4 46 86 0.95 0.47 0 0.66 209.27 0.91 0.18
Hex 4 2E 56 5F 2F 0 42 D1 5B 12
Octal 4 56 126 137 57 0 102 321 133 22
Binary 100 101110 1010110 1011111 101111 0 1000010 11010001 1011011 10010

Color Harmonies of #042E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042E56

Black with #042E56

Text Example


Text Example

White with #042E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,46,86); }

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

background-color css

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

 a { background-color: rgb(4,46,86); }

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

border-color css

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

 span { border-color: rgb(4,46,86); }

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