Html Css Color HEX #042C62 Prussian Blue

📋 copy color: '#042C62'

red 4 ◦ green 44 ◦ blue 98

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

Shades of Prussian Blue #042C62

Tints of Prussian Blue #042C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 67.12%

R = 2.74%
G = 30.14%
B = 67.12%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#042C62 (or 0x042C62) is known color: Prussian Blue. HEX triplet: 04, 2C and 62. RGB value is (4,44,98). Sum of RGB (Red+Green+Blue) = 4+44+98=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 98 (38.67% from 255 or 67.12% from 146); Max value from RGB is 98 - color contains mainly: blue. Hex color #042C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C62 is #FBD39D. Grayscale: #252525. Windows color (decimal): -16503710 or 6433796. OLE color: 6433796.

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

Color convert

RGB 4 44 98 -
CMYK 0.96 0.55 0 0.62
HSL 214.47º 0.92% 0.2% -
HSV(B) 214.47º 0.96% 0.38% -
XYZ 3.16 2.71 11.91 -
YUV 38.2 161.75 103.61 -
System Red Green Blue C M Y K H S L
Decimal 4 44 98 0.96 0.55 0 0.62 214.47 0.92 0.2
Hex 4 2C 62 60 37 0 3E D6 5C 14
Octal 4 54 142 140 67 0 76 326 134 24
Binary 100 101100 1100010 1100000 110111 0 111110 11010110 1011100 10100

Color Harmonies of #042C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C62

Black with #042C62

Text Example


Text Example

White with #042C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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