Html Css Color HEX #042E61 Prussian Blue

📋 copy color: '#042E61'

red 4 ◦ green 46 ◦ blue 97

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

Shades of Prussian Blue #042E61

Tints of Prussian Blue #042E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 65.99%

R = 2.72%
G = 31.29%
B = 65.99%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#042E61 (or 0x042E61) is known color: Prussian Blue. HEX triplet: 04, 2E and 61. RGB value is (4,46,97). Sum of RGB (Red+Green+Blue) = 4+46+97=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 97 (38.28% from 255 or 65.99% from 147); Max value from RGB is 97 - color contains mainly: blue. Hex color #042E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042E61 is #FBD19E. Grayscale: #272727. Windows color (decimal): -16503199 or 6368772. OLE color: 6368772.

HSL color Cylindrical-coordinate representation of color #042E61: hue angle of 212.9º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042E61 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 46 97 -
CMYK 0.96 0.53 0 0.62
HSL 212.9º 0.92% 0.2% -
HSV(B) 212.9º 0.96% 0.38% -
XYZ 3.18 2.84 11.69 -
YUV 39.26 160.59 102.85 -
System Red Green Blue C M Y K H S L
Decimal 4 46 97 0.96 0.53 0 0.62 212.9 0.92 0.2
Hex 4 2E 61 60 35 0 3E D5 5C 14
Octal 4 56 141 140 65 0 76 325 134 24
Binary 100 101110 1100001 1100000 110101 0 111110 11010101 1011100 10100

Color Harmonies of #042E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042E61

Black with #042E61

Text Example


Text Example

White with #042E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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