Html Css Color HEX #042D62 Prussian Blue

📋 copy color: '#042D62'

red 4 ◦ green 45 ◦ blue 98

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

Shades of Prussian Blue #042D62

Tints of Prussian Blue #042D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 66.67%

R = 2.72%
G = 30.61%
B = 66.67%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#042D62 (or 0x042D62) is known color: Prussian Blue. HEX triplet: 04, 2D and 62. RGB value is (4,45,98). Sum of RGB (Red+Green+Blue) = 4+45+98=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 98 (38.67% from 255 or 66.67% from 147); Max value from RGB is 98 - color contains mainly: blue. Hex color #042D62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042D62 is #FBD29D. Grayscale: #262626. Windows color (decimal): -16503454 or 6434052. OLE color: 6434052.

HSL color Cylindrical-coordinate representation of color #042D62: hue angle of 213.83º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042D62 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 45 98 -
CMYK 0.96 0.54 0 0.62
HSL 213.83º 0.92% 0.2% -
HSV(B) 213.83º 0.96% 0.38% -
XYZ 3.19 2.78 11.92 -
YUV 38.78 161.42 103.19 -
System Red Green Blue C M Y K H S L
Decimal 4 45 98 0.96 0.54 0 0.62 213.83 0.92 0.2
Hex 4 2D 62 60 36 0 3E D6 5C 14
Octal 4 55 142 140 66 0 76 326 134 24
Binary 100 101101 1100010 1100000 110110 0 111110 11010110 1011100 10100

Color Harmonies of #042D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042D62

Black with #042D62

Text Example


Text Example

White with #042D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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