Html Css Color HEX #042C51 Prussian Blue

📋 copy color: '#042C51'

red 4 ◦ green 44 ◦ blue 81

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

Shades of Prussian Blue #042C51

Tints of Prussian Blue #042C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 62.79%

R = 3.1%
G = 34.11%
B = 62.79%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#042C51 (or 0x042C51) is known color: Prussian Blue. HEX triplet: 04, 2C and 51. RGB value is (4,44,81). Sum of RGB (Red+Green+Blue) = 4+44+81=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 81 (32.03% from 255 or 62.79% from 129); Max value from RGB is 81 - color contains mainly: blue. Hex color #042C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C51 is #FBD3AE. Grayscale: #242424. Windows color (decimal): -16503727 or 5319684. OLE color: 5319684.

HSL color Cylindrical-coordinate representation of color #042C51: hue angle of 208.83º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042C51 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 44 81 -
CMYK 0.95 0.46 0 0.68
HSL 208.83º 0.91% 0.17% -
HSV(B) 208.83º 0.95% 0.32% -
XYZ 2.44 2.42 8.12 -
YUV 36.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 4 44 81 0.95 0.46 0 0.68 208.83 0.91 0.17
Hex 4 2C 51 5F 2E 0 44 D1 5B 11
Octal 4 54 121 137 56 0 104 321 133 21
Binary 100 101100 1010001 1011111 101110 0 1000100 11010001 1011011 10001

Color Harmonies of #042C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C51

Black with #042C51

Text Example


Text Example

White with #042C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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