Html Css Color HEX #042D55 Prussian Blue

📋 copy color: '#042D55'

red 4 ◦ green 45 ◦ blue 85

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

Shades of Prussian Blue #042D55

Tints of Prussian Blue #042D55

RGB

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

 GREEN value IS 45 (17.97% from 255) = 33.58%

 BLUE value IS 85 (33.59% from 255) = 63.43%

R = 2.99%
G = 33.58%
B = 63.43%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#042D55 (or 0x042D55) is known color: Prussian Blue. HEX triplet: 04, 2D and 55. RGB value is (4,45,85). Sum of RGB (Red+Green+Blue) = 4+45+85=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #042D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042D55 is #FBD2AA. Grayscale: #252525. Windows color (decimal): -16503467 or 5582084. OLE color: 5582084.

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

Color convert

RGB 4 45 85 -
CMYK 0.95 0.47 0 0.67
HSL 209.63º 0.91% 0.17% -
HSV(B) 209.63º 0.95% 0.33% -
XYZ 2.63 2.56 8.95 -
YUV 37.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 4 45 85 0.95 0.47 0 0.67 209.63 0.91 0.17
Hex 4 2D 55 5F 2F 0 43 D2 5B 11
Octal 4 55 125 137 57 0 103 322 133 21
Binary 100 101101 1010101 1011111 101111 0 1000011 11010010 1011011 10001

Color Harmonies of #042D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042D55

Black with #042D55

Text Example


Text Example

White with #042D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,45,85); }

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

background-color css

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

 a { background-color: rgb(4,45,85); }

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

border-color css

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

 span { border-color: rgb(4,45,85); }

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