Html Css Color HEX #042D65 Prussian Blue

📋 copy color: '#042D65'

red 4 ◦ green 45 ◦ blue 101

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

Shades of Prussian Blue #042D65

Tints of Prussian Blue #042D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 67.33%

R = 2.67%
G = 30%
B = 67.33%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#042D65 (or 0x042D65) is known color: Prussian Blue. HEX triplet: 04, 2D and 65. RGB value is (4,45,101). Sum of RGB (Red+Green+Blue) = 4+45+101=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 101 (39.84% from 255 or 67.33% from 150); Max value from RGB is 101 - color contains mainly: blue. Hex color #042D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042D65 is #FBD29A. Grayscale: #262626. Windows color (decimal): -16503451 or 6630660. OLE color: 6630660.

HSL color Cylindrical-coordinate representation of color #042D65: hue angle of 214.64º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042D65 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 4 45 101 -
CMYK 0.96 0.55 0 0.60
HSL 214.64º 0.92% 0.21% -
HSV(B) 214.64º 0.96% 0.4% -
XYZ 3.34 2.84 12.68 -
YUV 39.13 162.92 102.95 -
System Red Green Blue C M Y K H S L
Decimal 4 45 101 0.96 0.55 0 0.60 214.64 0.92 0.21
Hex 4 2D 65 60 37 0 3C D7 5C 15
Octal 4 55 145 140 67 0 74 327 134 25
Binary 100 101101 1100101 1100000 110111 0 111100 11010111 1011100 10101

Color Harmonies of #042D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042D65

Black with #042D65

Text Example


Text Example

White with #042D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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