Html Css Color HEX #042D66 Prussian Blue

📋 copy color: '#042D66'

red 4 ◦ green 45 ◦ blue 102

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

Shades of Prussian Blue #042D66

Tints of Prussian Blue #042D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 67.55%

R = 2.65%
G = 29.8%
B = 67.55%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#042D66 (or 0x042D66) is known color: Prussian Blue. HEX triplet: 04, 2D and 66. RGB value is (4,45,102). Sum of RGB (Red+Green+Blue) = 4+45+102=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 102 (40.23% from 255 or 67.55% from 151); Max value from RGB is 102 - color contains mainly: blue. Hex color #042D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042D66 is #FBD299. Grayscale: #262626. Windows color (decimal): -16503450 or 6696196. OLE color: 6696196.

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

Color convert

RGB 4 45 102 -
CMYK 0.96 0.56 0 0.6
HSL 214.9º 0.92% 0.21% -
HSV(B) 214.9º 0.96% 0.4% -
XYZ 3.39 2.86 12.94 -
YUV 39.24 163.42 102.87 -
System Red Green Blue C M Y K H S L
Decimal 4 45 102 0.96 0.56 0 0.6 214.9 0.92 0.21
Hex 4 2D 66 60 38 0 3C D7 5C 15
Octal 4 55 146 140 70 0 74 327 134 25
Binary 100 101101 1100110 1100000 111000 0 111100 11010111 1011100 10101

Color Harmonies of #042D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042D66

Black with #042D66

Text Example


Text Example

White with #042D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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