Html Css Color HEX #042F5B Prussian Blue

📋 copy color: '#042F5B'

red 4 ◦ green 47 ◦ blue 91

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

Shades of Prussian Blue #042F5B

Tints of Prussian Blue #042F5B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 33.1%

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

R = 2.82%
G = 33.1%
B = 64.08%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#042F5B (or 0x042F5B) is known color: Prussian Blue. HEX triplet: 04, 2F and 5B. RGB value is (4,47,91). Sum of RGB (Red+Green+Blue) = 4+47+91=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 91 (35.94% from 255 or 64.08% from 142); Max value from RGB is 91 - color contains mainly: blue. Hex color #042F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042F5B is #FBD0A4. Grayscale: #262626. Windows color (decimal): -16502949 or 5975812. OLE color: 5975812.

HSL color Cylindrical-coordinate representation of color #042F5B: hue angle of 210.34º 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 #042F5B is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 47 91 -
CMYK 0.96 0.48 0 0.64
HSL 210.34º 0.92% 0.19% -
HSV(B) 210.34º 0.96% 0.36% -
XYZ 2.95 2.81 10.28 -
YUV 39.16 157.25 102.92 -
System Red Green Blue C M Y K H S L
Decimal 4 47 91 0.96 0.48 0 0.64 210.34 0.92 0.19
Hex 4 2F 5B 60 30 0 40 D2 5C 13
Octal 4 57 133 140 60 0 100 322 134 23
Binary 100 101111 1011011 1100000 110000 0 1000000 11010010 1011100 10011

Color Harmonies of #042F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042F5B

Black with #042F5B

Text Example


Text Example

White with #042F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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