Html Css Color HEX #042C67 Prussian Blue

📋 copy color: '#042C67'

red 4 ◦ green 44 ◦ blue 103

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

Shades of Prussian Blue #042C67

Tints of Prussian Blue #042C67

RGB

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

 GREEN value IS 44 (17.58% from 255) = 29.14%

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

R = 2.65%
G = 29.14%
B = 68.21%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#042C67 (or 0x042C67) is known color: Prussian Blue. HEX triplet: 04, 2C and 67. RGB value is (4,44,103). Sum of RGB (Red+Green+Blue) = 4+44+103=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 103 (40.62% from 255 or 68.21% from 151); Max value from RGB is 103 - color contains mainly: blue. Hex color #042C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C67 is #FBD398. Grayscale: #262626. Windows color (decimal): -16503705 or 6761476. OLE color: 6761476.

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

Color convert

RGB 4 44 103 -
CMYK 0.96 0.57 0 0.60
HSL 215.76º 0.93% 0.21% -
HSV(B) 215.76º 0.96% 0.4% -
XYZ 3.4 2.81 13.19 -
YUV 38.77 164.25 103.2 -
System Red Green Blue C M Y K H S L
Decimal 4 44 103 0.96 0.57 0 0.60 215.76 0.93 0.21
Hex 4 2C 67 60 39 0 3C D8 5D 15
Octal 4 54 147 140 71 0 74 330 135 25
Binary 100 101100 1100111 1100000 111001 0 111100 11011000 1011101 10101

Color Harmonies of #042C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C67

Black with #042C67

Text Example


Text Example

White with #042C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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