Html Css Color HEX #042F65 Prussian Blue

📋 copy color: '#042F65'

red 4 ◦ green 47 ◦ blue 101

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

Shades of Prussian Blue #042F65

Tints of Prussian Blue #042F65

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.92%

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

R = 2.63%
G = 30.92%
B = 66.45%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#042F65 (or 0x042F65) is known color: Prussian Blue. HEX triplet: 04, 2F and 65. RGB value is (4,47,101). Sum of RGB (Red+Green+Blue) = 4+47+101=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 101 (39.84% from 255 or 66.45% from 152); Max value from RGB is 101 - color contains mainly: blue. Hex color #042F65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042F65 is #FBD09A. Grayscale: #282828. Windows color (decimal): -16502939 or 6631172. OLE color: 6631172.

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

Color convert

RGB 4 47 101 -
CMYK 0.96 0.53 0 0.60
HSL 213.4º 0.92% 0.21% -
HSV(B) 213.4º 0.96% 0.4% -
XYZ 3.42 3 12.71 -
YUV 40.3 162.25 102.11 -
System Red Green Blue C M Y K H S L
Decimal 4 47 101 0.96 0.53 0 0.60 213.4 0.92 0.21
Hex 4 2F 65 60 35 0 3C D5 5C 15
Octal 4 57 145 140 65 0 74 325 134 25
Binary 100 101111 1100101 1100000 110101 0 111100 11010101 1011100 10101

Color Harmonies of #042F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042F65

Black with #042F65

Text Example


Text Example

White with #042F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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