Html Css Color HEX #042C5B Prussian Blue

📋 copy color: '#042C5B'

red 4 ◦ green 44 ◦ blue 91

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

Shades of Prussian Blue #042C5B

Tints of Prussian Blue #042C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 65.47%

R = 2.88%
G = 31.65%
B = 65.47%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#042C5B (or 0x042C5B) is known color: Prussian Blue. HEX triplet: 04, 2C and 5B. RGB value is (4,44,91). Sum of RGB (Red+Green+Blue) = 4+44+91=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 91 (35.94% from 255 or 65.47% from 139); Max value from RGB is 91 - color contains mainly: blue. Hex color #042C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C5B is #FBD3A4. Grayscale: #252525. Windows color (decimal): -16503717 or 5975044. OLE color: 5975044.

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

Color convert

RGB 4 44 91 -
CMYK 0.96 0.52 0 0.64
HSL 212.41º 0.92% 0.19% -
HSV(B) 212.41º 0.96% 0.36% -
XYZ 2.84 2.58 10.25 -
YUV 37.4 158.25 104.18 -
System Red Green Blue C M Y K H S L
Decimal 4 44 91 0.96 0.52 0 0.64 212.41 0.92 0.19
Hex 4 2C 5B 60 34 0 40 D4 5C 13
Octal 4 54 133 140 64 0 100 324 134 23
Binary 100 101100 1011011 1100000 110100 0 1000000 11010100 1011100 10011

Color Harmonies of #042C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C5B

Black with #042C5B

Text Example


Text Example

White with #042C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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