Html Css Color HEX #042E6D Prussian Blue

📋 copy color: '#042E6D'

red 4 ◦ green 46 ◦ blue 109

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

Shades of Prussian Blue #042E6D

Tints of Prussian Blue #042E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 68.55%

R = 2.52%
G = 28.93%
B = 68.55%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#042E6D (or 0x042E6D) is known color: Prussian Blue. HEX triplet: 04, 2E and 6D. RGB value is (4,46,109). Sum of RGB (Red+Green+Blue) = 4+46+109=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 109 (42.97% from 255 or 68.55% from 159); Max value from RGB is 109 - color contains mainly: blue. Hex color #042E6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042E6D is #FBD192. Grayscale: #282828. Windows color (decimal): -16503187 or 7155204. OLE color: 7155204.

HSL color Cylindrical-coordinate representation of color #042E6D: hue angle of 216º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042E6D is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 4 46 109 -
CMYK 0.96 0.58 0 0.57
HSL 216º 0.93% 0.22% -
HSV(B) 216º 0.96% 0.43% -
XYZ 3.79 3.08 14.86 -
YUV 40.62 166.59 101.88 -
System Red Green Blue C M Y K H S L
Decimal 4 46 109 0.96 0.58 0 0.57 216 0.93 0.22
Hex 4 2E 6D 60 3A 0 39 D8 5D 16
Octal 4 56 155 140 72 0 71 330 135 26
Binary 100 101110 1101101 1100000 111010 0 111001 11011000 1011101 10110

Color Harmonies of #042E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042E6D

Black with #042E6D

Text Example


Text Example

White with #042E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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