Html Css Color HEX #042D69 Prussian Blue

📋 copy color: '#042D69'

red 4 ◦ green 45 ◦ blue 105

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

Shades of Prussian Blue #042D69

Tints of Prussian Blue #042D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 68.18%

R = 2.6%
G = 29.22%
B = 68.18%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#042D69 (or 0x042D69) is known color: Prussian Blue. HEX triplet: 04, 2D and 69. RGB value is (4,45,105). Sum of RGB (Red+Green+Blue) = 4+45+105=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 105 (41.41% from 255 or 68.18% from 154); Max value from RGB is 105 - color contains mainly: blue. Hex color #042D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042D69 is #FBD296. Grayscale: #272727. Windows color (decimal): -16503447 or 6892804. OLE color: 6892804.

HSL color Cylindrical-coordinate representation of color #042D69: hue angle of 215.64º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042D69 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 45 105 -
CMYK 0.96 0.57 0 0.59
HSL 215.64º 0.93% 0.21% -
HSV(B) 215.64º 0.96% 0.41% -
XYZ 3.54 2.92 13.74 -
YUV 39.58 164.92 102.62 -
System Red Green Blue C M Y K H S L
Decimal 4 45 105 0.96 0.57 0 0.59 215.64 0.93 0.21
Hex 4 2D 69 60 39 0 3B D8 5D 15
Octal 4 55 151 140 71 0 73 330 135 25
Binary 100 101101 1101001 1100000 111001 0 111011 11011000 1011101 10101

Color Harmonies of #042D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042D69

Black with #042D69

Text Example


Text Example

White with #042D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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