Html Css Color HEX #042C65 Prussian Blue

📋 copy color: '#042C65'

red 4 ◦ green 44 ◦ blue 101

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

Shades of Prussian Blue #042C65

Tints of Prussian Blue #042C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 67.79%

R = 2.68%
G = 29.53%
B = 67.79%

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

#042C65 (or 0x042C65) is known color: Prussian Blue. HEX triplet: 04, 2C and 65. RGB value is (4,44,101). Sum of RGB (Red+Green+Blue) = 4+44+101=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 101 (39.84% from 255 or 67.79% from 149); Max value from RGB is 101 - color contains mainly: blue. Hex color #042C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C65 is #FBD39A. Grayscale: #262626. Windows color (decimal): -16503707 or 6630404. OLE color: 6630404.

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

Color convert

RGB 4 44 101 -
CMYK 0.96 0.56 0 0.60
HSL 215.26º 0.92% 0.21% -
HSV(B) 215.26º 0.96% 0.4% -
XYZ 3.3 2.77 12.67 -
YUV 38.54 163.25 103.37 -
System Red Green Blue C M Y K H S L
Decimal 4 44 101 0.96 0.56 0 0.60 215.26 0.92 0.21
Hex 4 2C 65 60 38 0 3C D7 5C 15
Octal 4 54 145 140 70 0 74 327 134 25
Binary 100 101100 1100101 1100000 111000 0 111100 11010111 1011100 10101

Color Harmonies of #042C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C65

Black with #042C65

Text Example


Text Example

White with #042C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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