Html Css Color HEX #042C59 Prussian Blue

📋 copy color: '#042C59'

red 4 ◦ green 44 ◦ blue 89

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

Shades of Prussian Blue #042C59

Tints of Prussian Blue #042C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 64.96%

R = 2.92%
G = 32.12%
B = 64.96%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#042C59 (or 0x042C59) is known color: Prussian Blue. HEX triplet: 04, 2C and 59. RGB value is (4,44,89). Sum of RGB (Red+Green+Blue) = 4+44+89=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #042C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C59 is #FBD3A6. Grayscale: #242424. Windows color (decimal): -16503719 or 5843972. OLE color: 5843972.

HSL color Cylindrical-coordinate representation of color #042C59: hue angle of 211.76º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042C59 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 44 89 -
CMYK 0.96 0.51 0 0.65
HSL 211.76º 0.91% 0.18% -
HSV(B) 211.76º 0.96% 0.35% -
XYZ 2.75 2.55 9.8 -
YUV 37.17 157.25 104.34 -
System Red Green Blue C M Y K H S L
Decimal 4 44 89 0.96 0.51 0 0.65 211.76 0.91 0.18
Hex 4 2C 59 60 33 0 41 D4 5B 12
Octal 4 54 131 140 63 0 101 324 133 22
Binary 100 101100 1011001 1100000 110011 0 1000001 11010100 1011011 10010

Color Harmonies of #042C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C59

Black with #042C59

Text Example


Text Example

White with #042C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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