Html Css Color HEX #042C66 Prussian Blue

📋 copy color: '#042C66'

red 4 ◦ green 44 ◦ blue 102

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

Shades of Prussian Blue #042C66

Tints of Prussian Blue #042C66

RGB

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

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

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

R = 2.67%
G = 29.33%
B = 68%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#042C66 (or 0x042C66) is known color: Prussian Blue. HEX triplet: 04, 2C and 66. RGB value is (4,44,102). Sum of RGB (Red+Green+Blue) = 4+44+102=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 44 (17.58% from 255 or 29.33% from 150); Blue value is 102 (40.23% from 255 or 68% from 150); Max value from RGB is 102 - color contains mainly: blue. Hex color #042C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C66 is #FBD399. Grayscale: #262626. Windows color (decimal): -16503706 or 6695940. OLE color: 6695940.

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

Color convert

RGB 4 44 102 -
CMYK 0.96 0.57 0 0.6
HSL 215.51º 0.92% 0.21% -
HSV(B) 215.51º 0.96% 0.4% -
XYZ 3.35 2.79 12.93 -
YUV 38.65 163.75 103.28 -
System Red Green Blue C M Y K H S L
Decimal 4 44 102 0.96 0.57 0 0.6 215.51 0.92 0.21
Hex 4 2C 66 60 39 0 3C D8 5C 15
Octal 4 54 146 140 71 0 74 330 134 25
Binary 100 101100 1100110 1100000 111001 0 111100 11011000 1011100 10101

Color Harmonies of #042C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C66

Black with #042C66

Text Example


Text Example

White with #042C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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