Html Css Color HEX #042F5D Prussian Blue

📋 copy color: '#042F5D'

red 4 ◦ green 47 ◦ blue 93

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

Shades of Prussian Blue #042F5D

Tints of Prussian Blue #042F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 64.58%

R = 2.78%
G = 32.64%
B = 64.58%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#042F5D (or 0x042F5D) is known color: Prussian Blue. HEX triplet: 04, 2F and 5D. RGB value is (4,47,93). Sum of RGB (Red+Green+Blue) = 4+47+93=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #042F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042F5D is #FBD0A2. Grayscale: #272727. Windows color (decimal): -16502947 or 6106884. OLE color: 6106884.

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

Color convert

RGB 4 47 93 -
CMYK 0.96 0.49 0 0.64
HSL 211.01º 0.92% 0.19% -
HSV(B) 211.01º 0.96% 0.36% -
XYZ 3.04 2.85 10.75 -
YUV 39.39 158.25 102.76 -
System Red Green Blue C M Y K H S L
Decimal 4 47 93 0.96 0.49 0 0.64 211.01 0.92 0.19
Hex 4 2F 5D 60 31 0 40 D3 5C 13
Octal 4 57 135 140 61 0 100 323 134 23
Binary 100 101111 1011101 1100000 110001 0 1000000 11010011 1011100 10011

Color Harmonies of #042F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042F5D

Black with #042F5D

Text Example


Text Example

White with #042F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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