Html Css Color HEX #042C5F Prussian Blue

📋 copy color: '#042C5F'

red 4 ◦ green 44 ◦ blue 95

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

Shades of Prussian Blue #042C5F

Tints of Prussian Blue #042C5F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 30.77%

 BLUE value IS 95 (37.5% from 255) = 66.43%

R = 2.8%
G = 30.77%
B = 66.43%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#042C5F (or 0x042C5F) is known color: Prussian Blue. HEX triplet: 04, 2C and 5F. RGB value is (4,44,95). Sum of RGB (Red+Green+Blue) = 4+44+95=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 95 (37.5% from 255 or 66.43% from 143); Max value from RGB is 95 - color contains mainly: blue. Hex color #042C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C5F is #FBD3A0. Grayscale: #252525. Windows color (decimal): -16503713 or 6237188. OLE color: 6237188.

HSL color Cylindrical-coordinate representation of color #042C5F: hue angle of 213.63º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042C5F is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 44 95 -
CMYK 0.96 0.54 0 0.63
HSL 213.63º 0.92% 0.19% -
HSV(B) 213.63º 0.96% 0.37% -
XYZ 3.02 2.65 11.18 -
YUV 37.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 4 44 95 0.96 0.54 0 0.63 213.63 0.92 0.19
Hex 4 2C 5F 60 36 0 3F D6 5C 13
Octal 4 54 137 140 66 0 77 326 134 23
Binary 100 101100 1011111 1100000 110110 0 111111 11010110 1011100 10011

Color Harmonies of #042C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C5F

Black with #042C5F

Text Example


Text Example

White with #042C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,44,95); }

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

background-color css

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

 a { background-color: rgb(4,44,95); }

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

border-color css

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

 span { border-color: rgb(4,44,95); }

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