Html Css Color HEX #042C58 Prussian Blue

📋 copy color: '#042C58'

red 4 ◦ green 44 ◦ blue 88

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

Shades of Prussian Blue #042C58

Tints of Prussian Blue #042C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 64.71%

R = 2.94%
G = 32.35%
B = 64.71%

CMYK

 C value IS 0.95

 M value IS 0.5

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#042C58 (or 0x042C58) is known color: Prussian Blue. HEX triplet: 04, 2C and 58. RGB value is (4,44,88). Sum of RGB (Red+Green+Blue) = 4+44+88=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 88 (34.77% from 255 or 64.71% from 136); Max value from RGB is 88 - color contains mainly: blue. Hex color #042C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C58 is #FBD3A7. Grayscale: #242424. Windows color (decimal): -16503720 or 5778436. OLE color: 5778436.

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

Color convert

RGB 4 44 88 -
CMYK 0.95 0.5 0 0.65
HSL 211.43º 0.91% 0.18% -
HSV(B) 211.43º 0.95% 0.35% -
XYZ 2.71 2.53 9.58 -
YUV 37.06 156.75 104.42 -
System Red Green Blue C M Y K H S L
Decimal 4 44 88 0.95 0.5 0 0.65 211.43 0.91 0.18
Hex 4 2C 58 5F 32 0 41 D3 5B 12
Octal 4 54 130 137 62 0 101 323 133 22
Binary 100 101100 1011000 1011111 110010 0 1000001 11010011 1011011 10010

Color Harmonies of #042C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C58

Black with #042C58

Text Example


Text Example

White with #042C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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