Html Css Color HEX #042D67 Prussian Blue

📋 copy color: '#042D67'

red 4 ◦ green 45 ◦ blue 103

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

Shades of Prussian Blue #042D67

Tints of Prussian Blue #042D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 67.76%

R = 2.63%
G = 29.61%
B = 67.76%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#042D67 (or 0x042D67) is known color: Prussian Blue. HEX triplet: 04, 2D and 67. RGB value is (4,45,103). Sum of RGB (Red+Green+Blue) = 4+45+103=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 103 (40.62% from 255 or 67.76% from 152); Max value from RGB is 103 - color contains mainly: blue. Hex color #042D67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042D67 is #FBD298. Grayscale: #272727. Windows color (decimal): -16503449 or 6761732. OLE color: 6761732.

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

Color convert

RGB 4 45 103 -
CMYK 0.96 0.56 0 0.60
HSL 215.15º 0.93% 0.21% -
HSV(B) 215.15º 0.96% 0.4% -
XYZ 3.44 2.88 13.21 -
YUV 39.35 163.92 102.78 -
System Red Green Blue C M Y K H S L
Decimal 4 45 103 0.96 0.56 0 0.60 215.15 0.93 0.21
Hex 4 2D 67 60 38 0 3C D7 5D 15
Octal 4 55 147 140 70 0 74 327 135 25
Binary 100 101101 1100111 1100000 111000 0 111100 11010111 1011101 10101

Color Harmonies of #042D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042D67

Black with #042D67

Text Example


Text Example

White with #042D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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