Html Css Color HEX #042E6A Prussian Blue

📋 copy color: '#042E6A'

red 4 ◦ green 46 ◦ blue 106

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

Shades of Prussian Blue #042E6A

Tints of Prussian Blue #042E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 67.95%

R = 2.56%
G = 29.49%
B = 67.95%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#042E6A (or 0x042E6A) is known color: Prussian Blue. HEX triplet: 04, 2E and 6A. RGB value is (4,46,106). Sum of RGB (Red+Green+Blue) = 4+46+106=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 106 (41.80% from 255 or 67.95% from 156); Max value from RGB is 106 - color contains mainly: blue. Hex color #042E6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042E6A is #FBD195. Grayscale: #282828. Windows color (decimal): -16503190 or 6958596. OLE color: 6958596.

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

Color convert

RGB 4 46 106 -
CMYK 0.96 0.57 0 0.58
HSL 215.29º 0.93% 0.22% -
HSV(B) 215.29º 0.96% 0.42% -
XYZ 3.63 3.02 14.03 -
YUV 40.28 165.09 102.12 -
System Red Green Blue C M Y K H S L
Decimal 4 46 106 0.96 0.57 0 0.58 215.29 0.93 0.22
Hex 4 2E 6A 60 39 0 3A D7 5D 16
Octal 4 56 152 140 71 0 72 327 135 26
Binary 100 101110 1101010 1100000 111001 0 111010 11010111 1011101 10110

Color Harmonies of #042E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042E6A

Black with #042E6A

Text Example


Text Example

White with #042E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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