Html Css Color HEX #042C63 Prussian Blue

📋 copy color: '#042C63'

red 4 ◦ green 44 ◦ blue 99

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

Shades of Prussian Blue #042C63

Tints of Prussian Blue #042C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 67.35%

R = 2.72%
G = 29.93%
B = 67.35%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#042C63 (or 0x042C63) is known color: Prussian Blue. HEX triplet: 04, 2C and 63. RGB value is (4,44,99). Sum of RGB (Red+Green+Blue) = 4+44+99=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 99 (39.06% from 255 or 67.35% from 147); Max value from RGB is 99 - color contains mainly: blue. Hex color #042C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C63 is #FBD39C. Grayscale: #262626. Windows color (decimal): -16503709 or 6499332. OLE color: 6499332.

HSL color Cylindrical-coordinate representation of color #042C63: hue angle of 214.74º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042C63 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 4 44 99 -
CMYK 0.96 0.56 0 0.61
HSL 214.74º 0.92% 0.2% -
HSV(B) 214.74º 0.96% 0.39% -
XYZ 3.2 2.73 12.16 -
YUV 38.31 162.25 103.53 -
System Red Green Blue C M Y K H S L
Decimal 4 44 99 0.96 0.56 0 0.61 214.74 0.92 0.2
Hex 4 2C 63 60 38 0 3D D7 5C 14
Octal 4 54 143 140 70 0 75 327 134 24
Binary 100 101100 1100011 1100000 111000 0 111101 11010111 1011100 10100

Color Harmonies of #042C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C63

Black with #042C63

Text Example


Text Example

White with #042C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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