Html Css Color HEX #042D6A Prussian Blue

📋 copy color: '#042D6A'

red 4 ◦ green 45 ◦ blue 106

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

Shades of Prussian Blue #042D6A

Tints of Prussian Blue #042D6A

RGB

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

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

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

R = 2.58%
G = 29.03%
B = 68.39%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#042D6A (or 0x042D6A) is known color: Prussian Blue. HEX triplet: 04, 2D and 6A. RGB value is (4,45,106). Sum of RGB (Red+Green+Blue) = 4+45+106=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 106 (41.80% from 255 or 68.39% from 155); Max value from RGB is 106 - color contains mainly: blue. Hex color #042D6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042D6A is #FBD295. Grayscale: #272727. Windows color (decimal): -16503446 or 6958340. OLE color: 6958340.

HSL color Cylindrical-coordinate representation of color #042D6A: hue angle of 215.88º 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 #042D6A is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 45 106 -
CMYK 0.96 0.58 0 0.58
HSL 215.88º 0.93% 0.22% -
HSV(B) 215.88º 0.96% 0.42% -
XYZ 3.59 2.94 14.01 -
YUV 39.7 165.42 102.54 -
System Red Green Blue C M Y K H S L
Decimal 4 45 106 0.96 0.58 0 0.58 215.88 0.93 0.22
Hex 4 2D 6A 60 3A 0 3A D8 5D 16
Octal 4 55 152 140 72 0 72 330 135 26
Binary 100 101101 1101010 1100000 111010 0 111010 11011000 1011101 10110

Color Harmonies of #042D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042D6A

Black with #042D6A

Text Example


Text Example

White with #042D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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