Html Css Color HEX #042D68 Prussian Blue

📋 copy color: '#042D68'

red 4 ◦ green 45 ◦ blue 104

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

Shades of Prussian Blue #042D68

Tints of Prussian Blue #042D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 67.97%

R = 2.61%
G = 29.41%
B = 67.97%

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

#042D68 (or 0x042D68) is known color: Prussian Blue. HEX triplet: 04, 2D and 68. RGB value is (4,45,104). Sum of RGB (Red+Green+Blue) = 4+45+104=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 104 (41.02% from 255 or 67.97% from 153); Max value from RGB is 104 - color contains mainly: blue. Hex color #042D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042D68 is #FBD297. Grayscale: #272727. Windows color (decimal): -16503448 or 6827268. OLE color: 6827268.

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

Color convert

RGB 4 45 104 -
CMYK 0.96 0.57 0 0.59
HSL 215.4º 0.93% 0.21% -
HSV(B) 215.4º 0.96% 0.41% -
XYZ 3.49 2.9 13.47 -
YUV 39.47 164.42 102.7 -
System Red Green Blue C M Y K H S L
Decimal 4 45 104 0.96 0.57 0 0.59 215.4 0.93 0.21
Hex 4 2D 68 60 39 0 3B D7 5D 15
Octal 4 55 150 140 71 0 73 327 135 25
Binary 100 101101 1101000 1100000 111001 0 111011 11010111 1011101 10101

Color Harmonies of #042D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042D68

Black with #042D68

Text Example


Text Example

White with #042D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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