Html Css Color HEX #042C56 Prussian Blue

📋 copy color: '#042C56'

red 4 ◦ green 44 ◦ blue 86

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

Shades of Prussian Blue #042C56

Tints of Prussian Blue #042C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 64.18%

R = 2.99%
G = 32.84%
B = 64.18%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#042C56 (or 0x042C56) is known color: Prussian Blue. HEX triplet: 04, 2C and 56. RGB value is (4,44,86). Sum of RGB (Red+Green+Blue) = 4+44+86=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 86 (33.98% from 255 or 64.18% from 134); Max value from RGB is 86 - color contains mainly: blue. Hex color #042C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C56 is #FBD3A9. Grayscale: #242424. Windows color (decimal): -16503722 or 5647364. OLE color: 5647364.

HSL color Cylindrical-coordinate representation of color #042C56: hue angle of 210.73º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042C56 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 4 44 86 -
CMYK 0.95 0.49 0 0.66
HSL 210.73º 0.91% 0.18% -
HSV(B) 210.73º 0.95% 0.34% -
XYZ 2.63 2.5 9.15 -
YUV 36.83 155.75 104.58 -
System Red Green Blue C M Y K H S L
Decimal 4 44 86 0.95 0.49 0 0.66 210.73 0.91 0.18
Hex 4 2C 56 5F 31 0 42 D3 5B 12
Octal 4 54 126 137 61 0 102 323 133 22
Binary 100 101100 1010110 1011111 110001 0 1000010 11010011 1011011 10010

Color Harmonies of #042C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C56

Black with #042C56

Text Example


Text Example

White with #042C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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